J
JWCrosby
Here's what isn't working (get error#):
=DLookUp("BC_WCC","qryBC_Tax_Select","[EmployeeID] = """ & [EmployeeID] &
"And [MonthID] = '" & [Month2] & "'")
EmployeeID is a number.
MonthID in the query is a text field.
Month2 is a control on the form that is text.
I've used single and double quotes, which I know can be problematic, but it
helps me understand the pieces...but I still can't get it right.
Thanks in advance.
Jerry
=DLookUp("BC_WCC","qryBC_Tax_Select","[EmployeeID] = """ & [EmployeeID] &
"And [MonthID] = '" & [Month2] & "'")
EmployeeID is a number.
MonthID in the query is a text field.
Month2 is a control on the form that is text.
I've used single and double quotes, which I know can be problematic, but it
helps me understand the pieces...but I still can't get it right.
Thanks in advance.
Jerry