L
larochy
Hi, I'm using a Dlookup with multiple criteria and it's not working. The
first part of the criteria refers to a field on my form and the second part
of the criteria is just text. The first part works but the second part of
the lookup isn't working. Please advise.
Me.Rate = DLookup("Rate", "tblStandardRates", "CompanyCode = " &
Me.CompanyCode And "Role = Application Engineer")
first part of the criteria refers to a field on my form and the second part
of the criteria is just text. The first part works but the second part of
the lookup isn't working. Please advise.
Me.Rate = DLookup("Rate", "tblStandardRates", "CompanyCode = " &
Me.CompanyCode And "Role = Application Engineer")