This is only happening on only one laptop, the program runs fine on every other one I have tried.
Error message: Function is not available in expressions in query expression 'Duespaid>Date() AND status="In Default"
This is the hunk of code it is hanging up on
sql = "UPDATE tblAddies SET status-'Active'" _
& " WHERE Duespaid>Date() AND status="In Default'"
DoCmd.RunSQL sql
The last line is yellowed out
Access 2033 on a win 7 64 bit machine.
There are several similar segments in the same routine and it goes through them before hanging up on this one.
Paul Beddows
Consulting, Avaya/EAS implementation, Training
Vancouver, Canada
E-mail paul at natcoa.com
Error message: Function is not available in expressions in query expression 'Duespaid>Date() AND status="In Default"
This is the hunk of code it is hanging up on
sql = "UPDATE tblAddies SET status-'Active'" _
& " WHERE Duespaid>Date() AND status="In Default'"
DoCmd.RunSQL sql
The last line is yellowed out
Access 2033 on a win 7 64 bit machine.
There are several similar segments in the same routine and it goes through them before hanging up on this one.
Paul Beddows
Consulting, Avaya/EAS implementation, Training
Vancouver, Canada
E-mail paul at natcoa.com