-----Original Message-----
I have a text field with date stored in yyyymmdd format
I want to add 1 day to this, when I try to
use DATEADD('D',1,<FIELDNAME>) it doesn't do anything
and query return #error for the output.
I want to be able to add 1 day to the text field and then
compare with another date which is again a text field.
My question is how can I concert a text field into
date field only in the query not in table definition.
Thank you,
Alice
.