Linking combo box

S

Stuart

Good morning,

I have a combo box [cmbJobType], that gets its values from
a text box [txtjobtype]. If the user picks a value from
[cmbJobType] how do I open up the related record with the
same value in the [txtJobType]. Both boxes are on the
same form.

Thank you, Stuart
 
R

Roger Carlson

This is called the Cascading Combobox problem. On my website (see sig
below) is a small sample database called "CascadingComboboxes.mdb" (oddly
enough), which illustrates how to do this.
 

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