combo boxes

Y

ydbc

Hi

Please help.

I have created a form with a subform. I have a 2 combo boxes in the subform.

When I choose an option on the 1st combo box it restricts the choices
through an SQL query on the other combo box.

However, the 2nd combo box, when restricted will only let me choose the
first option.

Any ideas?
 
J

Jeff Boyce

What are the queries/SQL statements that 'feed' those comboboxes?

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or psuedocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.
 
A

Anthony Fontana

You may want to check out MS KB article 209595 - "How to Synchronize Two
Combo Boxes on a Form." That article helped me get started

You can also use the Build dialog box to add a reference to the one combo
box in a second combo box as part of query criteria. Of course, that
requires the combo boxes be used in a particular sequence.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top