Link to home
Start Free TrialLog in
Avatar of brettanderson77
brettanderson77Flag for Australia

asked on

Returning System Date in MS Access SQL

Hi,

Could not believe I couldn't find this on the web so sorry to ask. I just need to return the system date (so date at the time of running the query) as a value in a field. Can not for the life of me remember how to do this.

Thanks for your help.

Cheers,
Brett
ASKER CERTIFIED SOLUTION
Avatar of Rey Obrero (Capricorn1)
Rey Obrero (Capricorn1)
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of brettanderson77

ASKER

mmmm.... can't remember using that one! Works fine, thanks for the quick response!!!
Avatar of symsoft
symsoft

Use Date() for just the date, Now() for the date and time.