Multiple queries based on the same table?

Z

ZBC

Can I use a query as a row source for a combo box when I am using
another query from the same table as a record source for the combo
box? (I want the row source query to be sorted differently for adding
records on a form.)
 
D

Duane Hookom

I believe you can. It is a bit difficult to understand since combo boxes
don't have record sources.
 
D

Duane Hookom

Did you try perform what you wanted to test? You can use any select or total
query for the Row Source of a combo box.
 
Top