G
Guest
I'm creating a simple database that will allow me to track invoices issued
out to a customer from different countries.
I have a table (INVOICES_TABLE) that contains:
Country --> Country of issuance
Region --> Dependin on the country of issuance
Currency --> Depending on the country of issuance
Exchange Rate --> Depending on the country of issuance
There are other fields, but those are for manual entry.
I have a form (INVOICES_FORM), that I'll be using to enter the data into the
INVOICES_TABLE. This table contains the fields listed above plus all the
other manual entry fields.
What I'm trying to to is to have the Region, Currency and Exchange Rate
fields update automatically on my form and table by selecting a Country from
the Country Combo Box on the form.
How can accomplish this?
out to a customer from different countries.
I have a table (INVOICES_TABLE) that contains:
Country --> Country of issuance
Region --> Dependin on the country of issuance
Currency --> Depending on the country of issuance
Exchange Rate --> Depending on the country of issuance
There are other fields, but those are for manual entry.
I have a form (INVOICES_FORM), that I'll be using to enter the data into the
INVOICES_TABLE. This table contains the fields listed above plus all the
other manual entry fields.
What I'm trying to to is to have the Region, Currency and Exchange Rate
fields update automatically on my form and table by selecting a Country from
the Country Combo Box on the form.
How can accomplish this?