linking criteria from 2 listboxes into a combo box, on TABS

D

David Hubbard

Good day to all in the Newsgroup area,

First I'll give some specs:

TAB I is called CountryandContinent, with a list box
[lstcountryandcontinent].
TAB II is called Coins, also with a list box [lstcoins].
Now Tab II's list box [lstcoins] gets its' criteria from
[lstcountryandcontinent], which the user picks.
TAB III is called Condition, with a subform. I need to
be able to use criteria from [lstcountryandcontinent] &
[lstcoins], which the user has picked. The first one
states which country, and the next states which coin.
TAB III is just suposed to list the condition
characteristics from one coin of one country.
I can get TAB III to show the country name, but the
subform shows the column headings with no data below. I
choose to use a subform so this data wouldn't be in a long
row, could be spread up around not needing a scroll bar.

Any help would be appreciated,

Dave :~)
 

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