Make sure you replace the name of the recordset and table row appropriately. It
is highly unlikely you are using the same names - this is just suppose to be an
example. $row_rs_dateadded['myDate']); < THIS IS FROM ABOVE SAMPLE The word
'dateadded' should = the recordset you are drawing from The word 'mydate'
should = the table row from the recordset I've been looking for this answer
for a long time - and many thanks goes to ' euang ' for posting the answer.
Worked like a charm for me. Sean