i have 2 tables in Microsoft Access
1)SALES containing columns
product and product price
2)STOCK containing columns
product ,price and quantity
i have created a form against the table SALES
i want that when i enter the product name in the product column it automatically gets the price from the STOCKS table against the product i have entered.
i may have to enter like 10 products name and the add the price of each to get the TOTAL SALE value ( i am making a Point Of Sale system )
how can this be achieve
thanks