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

SQL statement not working but will not give me any error either.

Status
Not open for further replies.

nmapeso

Technical User
Aug 26, 2005
28
0
0
US
Try to update the check box ysnSentByMailToStaff if unchecked and dteFUDate = Date(), when ysnSentByMailToStaff = 0
No error shows up but wil not update.
Any help greatly apprecaited.


DoCmd.RunSQL "UPDATE tblCreditDetails SET tblCreditDetails.ysnSentByMailToStaff = -1 & tblCreditDetails.dteFUDate = Date() WHERE(((tblCreditDetails.ysnSentByMailToStaff) = 0))"

Thanks
 
Hi leslie,

Try that one give's me a syntax error....
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top