Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Current date from the access tables

Status
Not open for further replies.

kiransalu

Programmer
Jan 21, 2003
29
US
How do i select current date from my access table? I have four columns in my table. I have created a query for that table and i need to add a column called current date. I need to select current system date in that column. Is is possible?
 
In the query grid new column you could in the Field section type

Date: Now()
 
Thankyou very much buddies. I am using Date() function in my query.

All the best in your future endeavours.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top