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!

<b>SQL for inserting date </b>

Status
Not open for further replies.

jabond007

Programmer
Jun 21, 2000
39
US
Could somebody tell me the syntax for inserting date ina date field.

The data to be inserted is 09022000. I need the SQL syntax for inserting this in the date field (format mm/dd/yyyy)

Thanks [sig][/sig]
 
DoCmd.RunSQL ("INSERT INTO TableName (FieldName ) Select #09/02/2000#")


PaulF [sig][/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top