Hello All
I am inserting a date collected from a text box into a table. when the date is inserted using an access query the date appears in the table dd/mm/yyyy. When i build the query in vba and use DoCmd.RunSQL strSQL the time is inserted
Access query 25/08/2008
DoCmd.RunSQL 12:02:14 a.m.
When i debug and step through the date appears 25/08/2008 but inserts differently
All help appreciated
Cheers
I am inserting a date collected from a text box into a table. when the date is inserted using an access query the date appears in the table dd/mm/yyyy. When i build the query in vba and use DoCmd.RunSQL strSQL the time is inserted
Access query 25/08/2008
DoCmd.RunSQL 12:02:14 a.m.
When i debug and step through the date appears 25/08/2008 but inserts differently
All help appreciated
Cheers