I have a form for entering new customer details.
There are three fields in this form called Country, Region and CountryPrefixCode that require standard information.
I have created a combo box in the Country field that looks at a table called Currencytypes for its row source
The table Currencytypes has the following five fields:
CurrencyID (primary key)
Country
Region
CountryPrefixCode
CurrencyType
Basically, I want the Region and Country prefix codes to be automatically looked up and automatically entered into the form when I choose the desired Country from the combo box.
Can anyone give me a step by step on this? I read the manual but it only offers examples based on two tables and a one-to-many relationship and a query.
Thanks
JG
There are three fields in this form called Country, Region and CountryPrefixCode that require standard information.
I have created a combo box in the Country field that looks at a table called Currencytypes for its row source
The table Currencytypes has the following five fields:
CurrencyID (primary key)
Country
Region
CountryPrefixCode
CurrencyType
Basically, I want the Region and Country prefix codes to be automatically looked up and automatically entered into the form when I choose the desired Country from the combo box.
Can anyone give me a step by step on this? I read the manual but it only offers examples based on two tables and a one-to-many relationship and a query.
Thanks
JG