Mar 29, 2006 #1 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
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
Mar 29, 2006 #2 LNBruno Programmer Jan 14, 2004 936 US Your question may be better suited for the Access Modules (VBA Coding) forum. < M!ke > Upvote 0 Downvote
Mar 29, 2006 Thread starter #3 manny1234 IS-IT--Management Mar 13, 2006 58 US thanks... Upvote 0 Downvote