I'm getting all my results from my access (*.mdb) file fine apart from the data in my memo field.
here is my code, the 7th column is of type memo
$PointsReason = odbc_result($result, 7);
$PointsReason will not echo later in my code yet results from columns 5, 6 and 8 do.
There is data in my code so maybe i have to do something different with memo types?