Hello again,
I'm trying to filter my recordset using a toggle button. The field I want to filter is called [Insurance]. It has only 2 possible choices, "UPMC" or "Highmark". While it's not the full functionality I want yet, I just want to be able to filter this toggle button for "UPMC" right now w/o using a text box. The code I used is:
Me.Filter = "Insurance = UPMC"
Me.FilterOn = True
This opens up a text box named "UPMC" then I type in "UPMC" and the filter works. Any way I can get it to filter for "UPMC" without a text box?
Thanks,
Christian
I'm trying to filter my recordset using a toggle button. The field I want to filter is called [Insurance]. It has only 2 possible choices, "UPMC" or "Highmark". While it's not the full functionality I want yet, I just want to be able to filter this toggle button for "UPMC" right now w/o using a text box. The code I used is:
Me.Filter = "Insurance = UPMC"
Me.FilterOn = True
This opens up a text box named "UPMC" then I type in "UPMC" and the filter works. Any way I can get it to filter for "UPMC" without a text box?
Thanks,
Christian