I have two tables - Products2 and FPSUM
I am creating a query to look up the Product Code from the FPSUM table and return a Product value (text field) from the Products2 table.
I have tried the following DLookUp and receive an error "Syntax error (missing operator) in query expression 'PI Code1=PI Code'. When I click ok, I receive an unknown error.
The fields that are related are PI Code in the FPSUM table and PI Code1 in the Products2 table.
DLookUp("Product","Products2","PI Code1='" & "PI Code" & "'")
Thanks,
Angela
I am creating a query to look up the Product Code from the FPSUM table and return a Product value (text field) from the Products2 table.
I have tried the following DLookUp and receive an error "Syntax error (missing operator) in query expression 'PI Code1=PI Code'. When I click ok, I receive an unknown error.
The fields that are related are PI Code in the FPSUM table and PI Code1 in the Products2 table.
DLookUp("Product","Products2","PI Code1='" & "PI Code" & "'")
Thanks,
Angela