Hi all,
I have a form named frm_dataentry
On the form I have a field called Product_Number
A field called Product_Name
When the user enters the product number the other field populate using a d look up.
Code:
=DLookUp("Product_Name","tbl_Products","Product_Number'")
This worked okay but now when adding a new record the first product in the products table populates automatically even though the product number field is blank?
What is the correct code so that the field is blank when no product number is entered?
many thanks in adavnce
Chris