ASGIAnalyst
New member
- Local time
- Yesterday, 18:29
- Joined
- Jul 26, 2009
- Messages
- 7
Hello,
Can someone please help me understand how to create a query that looks at the data in several combo boxes on a main form, searches a table for the criteria, and lists it in a sub-form? I've attached a blank database for reference. Here's what I've done so far:
Can someone please help me understand how to create a query that looks at the data in several combo boxes on a main form, searches a table for the criteria, and lists it in a sub-form? I've attached a blank database for reference. Here's what I've done so far:
- "Hedge Fund Search" is the main form which has 7 combo boxes all bound to the "Matrix Database" table.
- "Matrix Database Query 2" is supposed to run when the user clicks the "search" button on the sub-form.
- "Hedge Fund Search Sub-Form" is a sub-form that is supposed to list the results of a search based on the criteria chosen from the combo boxes in the main form.