Three cascading comboboxes - how to code

G

Guest

Hello -

I have one table (tblDeclaration) consisting of DeclarationID,
DeclarationNumText, Description and StateID. StateID is a lookup column for
the tblState. There is also another table that relates to tblDeclaration
which is the main table.

I need a cboState, cboDeclarationNumText and cboDescription. When a state
is selected in cboState, the only choices in cboDeclarationNumText are
filtered for that particular state, and also the only choices in
cboDescription are filtered by the cboDeclarationNumText.

I can't seem to even get the cboDeclarationNumText to show up, much less the
third combobox!! I think I'm getting confused with the lookup column in
state, but who's to know what I'm doing wrong . . .

The form is based on a query which joins tblMain with tblDeclaration and
tblState.

Any suggestions will be greatly appreciated!
 

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