crnstnsnrd
Technical User
I have a form with a combo box:
I also have six different queries based on information from the same table as the combo box:
Is it possible to bring up these queries (in a subform or something) based on what is selected in the combo box
example: combo box has three items (table it is based on has the combo box, 4 numerical fields, and 3 text fields)
1. Terms = Terms of sale
(Query would bring up 4 numeric fields from table)
2. PartNumber = Part number
(Query would bring up 3 text fields from table)
3. ARCodes = Accounts Receivable Codes
(Query would bring up 1 numeric field and 1 text field
from table)
I want to show these queries in the form when I choose from the combo box.
I also have six different queries based on information from the same table as the combo box:
Is it possible to bring up these queries (in a subform or something) based on what is selected in the combo box
example: combo box has three items (table it is based on has the combo box, 4 numerical fields, and 3 text fields)
1. Terms = Terms of sale
(Query would bring up 4 numeric fields from table)
2. PartNumber = Part number
(Query would bring up 3 text fields from table)
3. ARCodes = Accounts Receivable Codes
(Query would bring up 1 numeric field and 1 text field
from table)
I want to show these queries in the form when I choose from the combo box.