Hi,
I have 2 tables, 1 called [Products] that lists all the products that are available for sale with the Primary key as the ProductCode. The 2nd table is [SalesReceipt]. A field in the [SalesReceipt] is the Product name from the [Products] table.
Can i use the calculated field to do some sort of SELECT query that will pull this data in automatically once the user has put in the product code?
I tried this, but the Syntax is wrong...do i need to do an Append query of some sort?
Thanks in advance for any help