Dumferling
Member
- Local time
- Today, 17:44
- Joined
- Apr 28, 2020
- Messages
- 102
I am trying to open a form with multiple criteria. I hae tried various combinations but come up with either syntax errors or type mismatch."
DoCmd.OpenForm "frmCStdContractDefaults", , , "[CVName]=" & Me!StandardContract & " And [Version] = '" & Me![Version] & "'"
This one gives me a missing operator. I can't see anything wrong with it - based on an earlier post in this forum. Both fields are text. Any help appreciated.
DoCmd.OpenForm "frmCStdContractDefaults", , , "[CVName]=" & Me!StandardContract & " And [Version] = '" & Me![Version] & "'"
This one gives me a missing operator. I can't see anything wrong with it - based on an earlier post in this forum. Both fields are text. Any help appreciated.