Date query?

J

Jerry

How do you make a query display the current date as a
calculated field? Nothing I have tried so far has worked!
 
R

Rick B

If you want is in a new column (not sure why you would) you could do this...

Todaydate: Date()

I don't know why you'd want to display the current date on every row of a
query though.
 
Top