G
Guest
I created a form where the user will type in a ID number. I want to pass
this ID number into my pass through query to bring back records only
associated with this ID. I tried the following:
ID = Forms!Form1!txtID.value
or
ID = '" & Forms!Form1!txtID.value & "'
I can't get anything to work. Is it even possible to do this?
Thanks
this ID number into my pass through query to bring back records only
associated with this ID. I tried the following:
ID = Forms!Form1!txtID.value
or
ID = '" & Forms!Form1!txtID.value & "'
I can't get anything to work. Is it even possible to do this?
Thanks