M
MGP
I'm trying to do a simple insert using a2k and can't seem
to figure out what the syntax error is ... help!
DoCmd.RunSQL "INSERT INTO Orders (OrderID, PaymentDate,
EntryDate) " & _
"VALUES (" & Me.OrderID & ", " &
Me.PymtDate & ", " & Date & ");"
Both date fields are defined as general date and non
mandatory. The PymtDate is null ... what am I doing wrong?
to figure out what the syntax error is ... help!
DoCmd.RunSQL "INSERT INTO Orders (OrderID, PaymentDate,
EntryDate) " & _
"VALUES (" & Me.OrderID & ", " &
Me.PymtDate & ", " & Date & ");"
Both date fields are defined as general date and non
mandatory. The PymtDate is null ... what am I doing wrong?