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.
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.