I currently have the issue form open as a pop-up window based off a command
button in the Employee form. The issue form functions as a subform. However,
the Issue form does not filter on open. It opens up to the first record. Once
I start scrolling through the main form (the employee details form), the
Issue form then begins filtering to the correct record. It's like there a
latency issue. Any ideas on how I can resolve?
DoCmd.OpenForm "NameOfForm", , , "[EmployeeID] = """ & Me.[EmployeeID] &
""""
Note: Replace EmployeeID with the primary key for the Employee table.
Jeanette Cunningham MS Access MVP -- Melbourne Victoria Australia
"Charess" <Cha...@discussions.microsoft.com> wrote in message
news:05F7D51A-D79B-48BE...@microsoft.com...