murray83
Games Collector
- Local time
- Today, 23:16
- Joined
- Mar 31, 2017
- Messages
- 827
have this error as well and after a google search i ended up here, whod of guessed that, this forum is great
anyway here is my code
i have put the # mark and the & round my date value and both are formatted as short date but still says ol error 3134
anyway here is my code
Code:
DoCmd.RunSQL ("INSERT INTO tbl_Returns ( Dt, Supplier, Reservation, PO, SKU, CaseCount, PalletCount, Reason, TrailerNumber, UserName, FLM, AddedBy, DtAdded )VALUES ( txtDT.value, txtSupplier.value, txtRef.value, txtPO.value, txtSKU.value, txtCaseCount.value, txtPalletCount.value, txtReason.value, txtTrailerNo.value,txtUser.value, txtFLM.value, txtWhoAdded.value, #" & txtDtAdded.Value & "#,)")
i have put the # mark and the & round my date value and both are formatted as short date but still says ol error 3134