T
Tim Johnson
I copied the expression below from the SQL view of a
query.
I would like to use the statement in a procedure as a
string but I am unable to get the string format correct.
SELECT VehicleRepairsID, VIN, Make, Model, Color FROM
tblVehicleRepairs WHERE VIN Like "*" & [Forms]!
[frmSearchVIN]![txtVIN]));
VIN has Text datatype.
Thanks for any help.
query.
I would like to use the statement in a procedure as a
string but I am unable to get the string format correct.
SELECT VehicleRepairsID, VIN, Make, Model, Color FROM
tblVehicleRepairs WHERE VIN Like "*" & [Forms]!
[frmSearchVIN]![txtVIN]));
VIN has Text datatype.
Thanks for any help.