| |
darkmunk
Posts: 4
Score: 0
Joined: 1/16/2007
Status: offline
|
trying to search a DB for all records within a range. I have a recordset containing about 10 postcodes and I need to find all the records in a different Table containing any one of those postcodes currently I have: Code: sqlString= "SELECT aucTitle FROM tblAPAuctions WHERE aucPostalCode LIKE '%" & left(rsPostcodeResult.Fields, 4) & "%'" but I am getting 'Wrong number of arguments or invalid property assignment ' error. Thanks for looking Mark
< Message edited by darkmunk -- 1/16/2007 6:41:58 AM >
|
|