T Té May 6, 2008 #1 In excel I can use the formula "today" which gives me the date. How can I create this in Access on a report?
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 May 6, 2008 #2 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? Click to expand... The VBA function Date() returns the current date. The function Time() returns the current time, and the function Now() returms the date+time.
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? Click to expand... The VBA function Date() returns the current date. The function Time() returns the current time, and the function Now() returms the date+time.