Here is my example of a user pick list. The user can pick items from a list (dbl-click) the items are added to a Picked list table.
This table can be joined to the main table to pull ONLY the items chosen. (rather than have a query with many OR clauses)
It also has filters by Letter or State to help speed up selections.
below are the queries/events that go with the various controls...
qsNames1Ltr:
select [name], [state] from tClients where [name] like "*" & forms!frmPick!lstAlf &...
Read more
This table can be joined to the main table to pull ONLY the items chosen. (rather than have a query with many OR clauses)
It also has filters by Letter or State to help speed up selections.
below are the queries/events that go with the various controls...
qsNames1Ltr:
select [name], [state] from tClients where [name] like "*" & forms!frmPick!lstAlf &...
Read more