I'm trying to open another form from a button on a different form to the matching record on the open form and have it not be filtered to just that one record. Right now I have it opening to the correct record but it's filtered to just that one record and you can't scroll left or right to get to the next record.
On my search in the new form it works great, I use a recordset to set a bookmark and when you search for a record it brings you right to it, but then you can still scroll left and right to get to the nearby records.
I want to be able to do this when I open the form. On my first form I have a field called "CodeNumber" and on the second form I have the matching field called "Code". Can I do this?
On my search in the new form it works great, I use a recordset to set a bookmark and when you search for a record it brings you right to it, but then you can still scroll left and right to get to the nearby records.
I want to be able to do this when I open the form. On my first form I have a field called "CodeNumber" and on the second form I have the matching field called "Code". Can I do this?