How do you create a combobox in a form to navigate to specifc reco

E

EJ

I have a form that feeds into a large table and I want to create a combo box
in order to see the records on the form.

I want the combobox to actually look up country name (and not a record
number). I have tried a couple of different ways to do this, but to no avail.

additional info,
my main table is called MasterTable
I have an additional table called Country_Codes which houses the list of
countries. The masterTable pulls from this list in order to populate a field
called CountryName.

Country name is the variable I would like to navigate with. How do I do
this? BTW, i am not familiar with VB but I can get into the macro expression
builders. I just dont know how to write the code.
 

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