I have created a table with customer name, address
Second table with product name, unit price
I also created a third table with fields from these two tables and the last field Total price.
I created a form for data entry with fields from the third table with combos.
What I want is if I select a customer name, his address should also appear automatically in the address field. Similarly, when I select a product, the unit prices also should appear in the relevant field.
In the total field, I the total of the items selected.
How is it done? Would someone help?
Second table with product name, unit price
I also created a third table with fields from these two tables and the last field Total price.
I created a form for data entry with fields from the third table with combos.
What I want is if I select a customer name, his address should also appear automatically in the address field. Similarly, when I select a product, the unit prices also should appear in the relevant field.
In the total field, I the total of the items selected.
How is it done? Would someone help?