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

INSERT QUERY

Status
Not open for further replies.

manny1234

IS-IT--Management
Mar 13, 2006
58
US
I need to be able to insert a date into a table with a VB script in access like so...

Code:
DoCmd.RunSQL "INSERT INTO History (MID,Date) SELECT " & Me![Merchant ID Number] & ",Date()"

Not sure how to set up the syntax
 
Your question may be better suited for the Access Modules (VBA Coding) forum.

< M!ke >
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top