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

Search results for query: *

  1. SheriLW

    vb sql code to Insert Date into a date/time field in Microsoft Access

    From your Post: mstrInsertSQL = "Insert Into MyTable (datefield) Values('" & strDateMask & "')" Access2000 requires the # sign when inserting into a date field. Dim datDateMask as date datDateMask = cdate(strdatemask) mstrInsertSQL = "Insert into MyTable(datfield)...

Part and Inventory Search

Back
Top