Sep 21, 2000 #1 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]
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]
Sep 21, 2000 #2 PaulF Technical User Jul 14, 2000 1,522 US DoCmd.RunSQL ("INSERT INTO TableName (FieldName ) Select #09/02/2000#" PaulF [sig][/sig] Upvote 0 Downvote