Hi All,
I have a select statement to display all the records in the table. What I would like to add is a field with the current date. How would I go about this?
I have tried the statment below, but it's no good
Select *, Now(mmddyy) from comics
Spiderman 083101
Superman 083101
I have a select statement to display all the records in the table. What I would like to add is a field with the current date. How would I go about this?
I have tried the statment below, but it's no good
Select *, Now(mmddyy) from comics
Spiderman 083101
Superman 083101