Dear Expert,
I'm trying to update date with this code:
Probably I missing something "# & [Forms]![frmInitialInvoice]![txtCapByDate] & # " in this area, please anybody help me.
Thanks in Advance
Mir
I'm trying to update date with this code:
Code:
sSQL = "UPDATE [Dive Crew] " _
& "Set [Dive Crew].CapByDate = # & [Forms]![frmInitialInvoice]![txtCapByDate] & # " _
& "WHERE [Dive Crew].InvoiceNumber = '" & [Forms]![frmInitialInvoice]![InvoiceNumber] & "'"
db.Execute sSQL, dbSeeChanges
Thanks in Advance
Mir