C
Claudette Hennessy
I need to look up a value to print in a report. Here is the expression, the
where clause is attempting to match to the value in a control on the report:
=DLookUp("[ReceiveContract]","tblContract2008","[ShowID] = 4 and [ShopName]
= '" & Me.txtShopname & "'")
The jet engine is objecting to "me". It doesn't like
Reports!rptContractlist![txtShopName] either. And I'm not sure I have the
single and double quotes right.
Thank you in advance,
Claudette Hennessy
where clause is attempting to match to the value in a control on the report:
=DLookUp("[ReceiveContract]","tblContract2008","[ShowID] = 4 and [ShopName]
= '" & Me.txtShopname & "'")
The jet engine is objecting to "me". It doesn't like
Reports!rptContractlist![txtShopName] either. And I'm not sure I have the
single and double quotes right.
Thank you in advance,
Claudette Hennessy