G
gtslabs
I am having problems getting a Dlookup to work in a query.
I have:
Expr1: DLookUp([Client],[tbl-ProjectNumbers],"[tbl-ProjectNumbers]!
[ProjectNumber] =" & [qry_ExcelSamples]![ProjectNumber])
I want to bring in the Client from my table tbl-ProjectNumbers. My
query already has the project number but since my relationships are
not set up for this I can not bring in my Client directly as a field.
So my I tried using the format for a combo box on a form but I am not
in a form. qry_excelSamples is my query name that I am working in and
I want to reference the projectnumber field but it is not working.
Any ideas on how to get this to work?
I have:
Expr1: DLookUp([Client],[tbl-ProjectNumbers],"[tbl-ProjectNumbers]!
[ProjectNumber] =" & [qry_ExcelSamples]![ProjectNumber])
I want to bring in the Client from my table tbl-ProjectNumbers. My
query already has the project number but since my relationships are
not set up for this I can not bring in my Client directly as a field.
So my I tried using the format for a combo box on a form but I am not
in a form. qry_excelSamples is my query name that I am working in and
I want to reference the projectnumber field but it is not working.
Any ideas on how to get this to work?