P
Pete Beall
I have a form filtered by variable numbers of multiple criteria
and I want to apply that filter to a recordset. I've tried appending the
filter as the WHERE clause, but I hit the problem of having single quotes in
my SQL:
((Lookup_GrapeID.[Grape/Designation]="Zinfandel") AND
(Lookup_SupplierID.Supplier="DeLaurenti"))
Anyone have some guidance?
Pete Beall
and I want to apply that filter to a recordset. I've tried appending the
filter as the WHERE clause, but I hit the problem of having single quotes in
my SQL:
((Lookup_GrapeID.[Grape/Designation]="Zinfandel") AND
(Lookup_SupplierID.Supplier="DeLaurenti"))
Anyone have some guidance?
Pete Beall