I am trying to pass a project number from form A to form B, but I am getting an error. I am using the code I found on an old thread for an on click procedure to go to the form B....
(I have a command button to open form and the code behind it is...)
stLinkCriteria = "[ProjectNumber]=" & Me![ProjectNumber]
DoCmd.OpenForm FORMB,,,stLinkCriteria
Thanks for any help!!!!!!
(I have a command button to open form and the code behind it is...)
stLinkCriteria = "[ProjectNumber]=" & Me![ProjectNumber]
DoCmd.OpenForm FORMB,,,stLinkCriteria
Thanks for any help!!!!!!