I want to filter a form using variable input from the user. I simply want the user to be able to input his/her name and the form will filter only records that apply to him/her. I'm assuming the VBA starts like this:
Form.Filter = "User =" &
How would I complete that statement or am I completely off base?
Thanks!
Form.Filter = "User =" &
How would I complete that statement or am I completely off base?
Thanks!