I am trying to find certain ID's in a table. The table has a column named User ID. I want to find multiple differnt ID's I am having trouble making my filter work. This is what I have most recently tried.
Instr("11111","Patient ID") .or. "Patient ID" = "222222" .or. "Patient ID" = "333333"
Any help is appreciated.