C
Colin
Hi - I am trying to send some criteria to a report in Access using the code
below...
strCriteria = "[Person_Code]= " & Me!cboPerson & " AND [Form]= " &
Me![txtForm] & ""
The only problem is the AND part of the criteria complains that the syntax
is wrong - any suggestions?
Thanks,
Colin
below...
strCriteria = "[Person_Code]= " & Me!cboPerson & " AND [Form]= " &
Me![txtForm] & ""
The only problem is the AND part of the criteria complains that the syntax
is wrong - any suggestions?
Thanks,
Colin