danikuper
Registered User.
- Local time
- Today, 17:43
- Joined
- Feb 6, 2003
- Messages
- 147
I have a database with two tables, one that stores invoices for US customers and one that stores invoices for UK customers.
Both tables have the same fields (invoice #, customer name, item, value, etc...) however the US table keeps values in dollars and the UK table keeps values in pounds.
I want to create a Form that will display the fields required for data entry - no problem here - and I want to have a combo-box at the end where the user will select which country (US or UK) that record belongs to.
Question: How to I tell Access that if a user selects US from the combo-box, the data should be stored in one table and if the user selects UK from the same combo-box, the values should go to another table?
Any help is appreciated!!!
thanks.
Both tables have the same fields (invoice #, customer name, item, value, etc...) however the US table keeps values in dollars and the UK table keeps values in pounds.
I want to create a Form that will display the fields required for data entry - no problem here - and I want to have a combo-box at the end where the user will select which country (US or UK) that record belongs to.
Question: How to I tell Access that if a user selects US from the combo-box, the data should be stored in one table and if the user selects UK from the same combo-box, the values should go to another table?
Any help is appreciated!!!
thanks.