G
Guest
How do you limit the records shown on a form to a specific subset? For
example, orders placed by a certain employee? If you look at the Northwind
sample database, I have several forms similar in design to their Orders form.
I would like to limit the records you can navigate through (using the
navigation buttons at the bottom of the form) using a combobox.
Now, I know you can base the form on a query, and use an unbound combobox
control to provide the parameter for said query, but I'm not sure on the
query design. Using the Northwind database as a sample, how would you make
the Salesperson control be unbound and used to limit the records shown to
that salesperson only?
Thanks
Dave
example, orders placed by a certain employee? If you look at the Northwind
sample database, I have several forms similar in design to their Orders form.
I would like to limit the records you can navigate through (using the
navigation buttons at the bottom of the form) using a combobox.
Now, I know you can base the form on a query, and use an unbound combobox
control to provide the parameter for said query, but I'm not sure on the
query design. Using the Northwind database as a sample, how would you make
the Salesperson control be unbound and used to limit the records shown to
that salesperson only?
Thanks
Dave