Currently, I have a behavior implemented which allows my MS Acess DB to go to a specific record in another subform. However, this leaves the filter on, and when I turn off the filter the subform returns back to the first entry in the overall set. Is there a way I can navigate to this record, then turn off the filter but stay at the record I found?
I've been trying to pop VBA code into on enter or on click but I can't seem to figure out what to do.