G
Guest
I have a form that is intended to allow users to find specific records. On it
are multiple combo boxes to allow them to search via different means -
Employee, Team Lead, Case Number, Date Case Opened, etc. The form has a
subform, which displays the relevant fields of the relevant record(s) in
datasheet view.
So far, I have combo boxes that display the correct items, and a subform
that displays all records. How do I link selections from the combo boxes to
the data that is displayed on the subform? I.e. if the user selects a
particular Employee, only cases for that employee will appear in the subform?
I don't need the user to be able to search by multiple items, e.g. Employee
AND Date Case Opened, just one search criterium is fine.
I'm afraid I couldn't figure it out from other posts or from other search
functionality I've built. TIA.
are multiple combo boxes to allow them to search via different means -
Employee, Team Lead, Case Number, Date Case Opened, etc. The form has a
subform, which displays the relevant fields of the relevant record(s) in
datasheet view.
So far, I have combo boxes that display the correct items, and a subform
that displays all records. How do I link selections from the combo boxes to
the data that is displayed on the subform? I.e. if the user selects a
particular Employee, only cases for that employee will appear in the subform?
I don't need the user to be able to search by multiple items, e.g. Employee
AND Date Case Opened, just one search criterium is fine.
I'm afraid I couldn't figure it out from other posts or from other search
functionality I've built. TIA.