N
Neil
I have a table (Project information sheet) where i have a column for
ProjectID (autonumber,unique) and QAT Number (text). I created a form
Customer Enquiry List wherein there is an unbound text box that should fill
in automatically the projectID if a fillup the QAT Number. I use the
following formula in the control source:
=DLookUp("[productid]","[project information sheet]","[productid]='" & [qat
number] & "")
however, only an error message appears.
Please help me. Thanks.
ProjectID (autonumber,unique) and QAT Number (text). I created a form
Customer Enquiry List wherein there is an unbound text box that should fill
in automatically the projectID if a fillup the QAT Number. I use the
following formula in the control source:
=DLookUp("[productid]","[project information sheet]","[productid]='" & [qat
number] & "")
however, only an error message appears.
Please help me. Thanks.