Hello all. I'm new to this forum but am a self-educated access user from "Google University."
I've run into a problem involving a button on a form that, when clicked, opens another form to a specific record. The macro (which the wizard creates) is fine. But when I convert the macro into vba, I get an Expected End of Statement syntax error.
Could someone tell me what is wrong with this statement:
Docmd.OpenForm "Case_Action", acNormal, "", "[Case]=" &" '" [&CasePick] & "'", , acNormal
Thank you so much!
I've run into a problem involving a button on a form that, when clicked, opens another form to a specific record. The macro (which the wizard creates) is fine. But when I convert the macro into vba, I get an Expected End of Statement syntax error.
Could someone tell me what is wrong with this statement:
Docmd.OpenForm "Case_Action", acNormal, "", "[Case]=" &" '" [&CasePick] & "'", , acNormal
Thank you so much!