Best way to open a sub form and filter it on 2 fields

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a main form "GeneralInfo" and it's subform "EmployerInfo". In the
subform, I have a button that opens up the Comments form. The wizard works
ok and narrows down the results to the unique ID, it just doesn't let you do
more than one link. My problem lies here:
I'm trying to have it not only filter by the ID, but also by Employer.
The subform and comments form both have the ID & Employer field. I just
cannot figure out how to have the Comments form open up by what is showing in
the Subform's employer field.
I've tried different things, like using the expression builder to filter by
those related fields on Form Open, amongst other things.

Anybody have any ideas on this one???
 
I should note that the comments form really isnt' a sub form I guess. It
just pops up over everything when the button is clicked.
 
Back
Top