P
PJFry
Filter questions seem to be thing today...
I have two forms. The first form lists all of our clients with certain
metrics (total filled, max time to work, etc) formatted as a continuous form.
Each client has a command button to allow the user to open another
continuous form that lists the detail behind the summary. I want the user to
be able to choose the client and have the detail form only show those clients.
For example, the user selects the NoelleCo button. The detail form opens
and only shows the detail for NoelleCo.
First, is that the best approach? Would this work better if I could pass a
variable to the WHERE clause in the SQL? If filtering is the best way, how
can pass that variable?
I have two forms. The first form lists all of our clients with certain
metrics (total filled, max time to work, etc) formatted as a continuous form.
Each client has a command button to allow the user to open another
continuous form that lists the detail behind the summary. I want the user to
be able to choose the client and have the detail form only show those clients.
For example, the user selects the NoelleCo button. The detail form opens
and only shows the detail for NoelleCo.
First, is that the best approach? Would this work better if I could pass a
variable to the WHERE clause in the SQL? If filtering is the best way, how
can pass that variable?