S
SAC
I'm trying to do this:
txtTaxes = IIf([State] = "KS", [txtPriceEa] * DLookup
("CityRate", "tblTaxAuthoritiesNew", "[City] = " & rsCust!City & """), 0)
rsCust!City has an apostrophe in it. How do I handle this?
Thanks.
txtTaxes = IIf([State] = "KS", [txtPriceEa] * DLookup
("CityRate", "tblTaxAuthoritiesNew", "[City] = " & rsCust!City & """), 0)
rsCust!City has an apostrophe in it. How do I handle this?
Thanks.