I tried to create a customer filter for my form like the one pbadly suggested on the data pig site but it will not display all the results correctly.
I have two different form filters - frmOne (sorted by Employee Name) and fromTwo (sorted by the EmployeeID)
I believe I exectued it just as instructed and frmOne works accordingly. FrmTwo sorted by the ID, however, acts weird. I have two employees with the same name but different IDs. Apple, A and Bell, B. Both of the names appear in FrmOne which is sorted by name. But when I search for the IDs in FrmTwo access automatically defautls to one of the IDs and does not show both.
For instance - the first Apple, A has Employee ID 00000000 and the second Apple, A has Employee ID 63559590. Likewise the first Bell, B has Employee ID 22222222 and the second Bell, B has Employee ID 58766934.
When I enter 63559590 it automatically defaults to 00000000 the Employee ID of the other Apple, A and when I enter 58766934 it automatically defaults to 22222222 the Employee ID of the other Bell, B.