wheeledgoat
Registered User.
- Local time
- Today, 08:41
- Joined
- Feb 12, 2019
- Messages
- 16
I would greatly appreciate some help on this error I'm getting:
In the linked database, this code runs on the click event of the UPDATE cmd button:
It works from frmFrontDesk, but not from frmExam - which is completely infuriating me because I can't distinguish a meaningful difference between them.
I cannot for the life of me figure out why it works for one form but not the other!!! :banghead:
Any help would be GREATLY appreciated. I don't want to pull out any more hair. And I already shot the dog.
Surprisingly, the db's file size of 6mb exceeds the forum's upload limit of 2. I put it on google drive.
Sigh. My post count isn't high enough to put links in a message. Please cut and paste... Sorry.
Thank you!!
Code:
Run-time error '3075':
Syntax error (missing operator) in query expression 'visitID = '.
In the linked database, this code runs on the click event of the UPDATE cmd button:
Code:
DoCmd.OpenForm "frmUpdate", , , "visitID = " & visitID
It works from frmFrontDesk, but not from frmExam - which is completely infuriating me because I can't distinguish a meaningful difference between them.
I cannot for the life of me figure out why it works for one form but not the other!!! :banghead:
Any help would be GREATLY appreciated. I don't want to pull out any more hair. And I already shot the dog.
Surprisingly, the db's file size of 6mb exceeds the forum's upload limit of 2. I put it on google drive.
Sigh. My post count isn't high enough to put links in a message. Please cut and paste... Sorry.
Code:
https://drive.google.com/open?id=1s6yHuFK_mWXhJNCMb6ShUhuXZ2lUX-MT
Thank you!!