I am trying to write a where clause in a macro in a MSAccess 2007 project. I need to reference a control value on a form for my where criteria, like:
[participant_id]=[Forms]![frmGroup_Sales_MainData]![txtParticipantID]
However, I get "Incorrect syntax near '!' error. Anyboyd know what will work in this situation? Thanks for any help you can provide.
[participant_id]=[Forms]![frmGroup_Sales_MainData]![txtParticipantID]
However, I get "Incorrect syntax near '!' error. Anyboyd know what will work in this situation? Thanks for any help you can provide.