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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Populating Date

Status
Not open for further replies.

avagodro

Technical User
Aug 12, 2005
83
US
I have a database for postage logs at my job. I have over 60 areas that I have to enter postage on a daily basis for.
Rather than having to enter the date for each area, every day, I would like to run a query that will automatically fill in the dates for each area.
I figure that this would be accomplished with an append query but am at a loss as to how to go about it.
Any suggestions?
 
UPDATE TableNameHere SET DateFieldNameHere = Now() WHERE CriteriaHere;
 
Set the field's default value to "Date()"

________________________________________________________
Zameer Abdulla
Help to find Missing people
Seek counsel of him who makes you weep, and not of him who makes you laugh.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top