Formulas

T

Té

In excel I can use the formula "today" which gives me the date. How can I
create this in Access on a report?
 
D

Dirk Goldgar

Té said:
In excel I can use the formula "today" which gives me the date. How can I
create this in Access on a report?


The VBA function Date() returns the current date. The function Time()
returns the current time, and the function Now() returms the date+time.
 
Top