Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Thanks in advance to as many of you 1

Status
Not open for further replies.

Dawnit

Technical User
Joined
Apr 2, 2001
Messages
76
Location
US
Thanks in advance to as many of you who will be able to give me answers/options:

I have a form with two combo boxes, each has an SQL row source property that returns unique records from two different tables: descriptions and sub-descriptions.

In the first combo box, I have 15 descriptions to select from. In the second combo box I have 25 sub-descriptions.

If I select 1 of the 15 descriptions, how can I get the second combo box to return only the 8 sub-descriptions that actually relate to the 1 description that I selected in the first combo box?

Example: If I select "Audit Reports" from the first combo box, I want the second combo box to show only the 8 subdescriptions that apply to Audit Reports?

I sure could use some help. Thanks!!!!
 
The row source for the second combo box is going to need a WHERE clause that will select records that meet certian criteria. Not knowing your field names it's kinda hard to write the statement.

B-) ljprodev@yahoo.com
ProDev, MS Access Applications
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top