lebronletchev
09-22-2007, 09:37 AM
Hi,
Could I create an exceptions table for working in this way:
rs.open "SELECT * FROM MyDB where names like '%" & strKeyword & "%' and names NOT IN (Select namesx from exceptions) "
Obs: the table exceptions has more than 500 items
Thanks
Lebron
Could I create an exceptions table for working in this way:
rs.open "SELECT * FROM MyDB where names like '%" & strKeyword & "%' and names NOT IN (Select namesx from exceptions) "
Obs: the table exceptions has more than 500 items
Thanks
Lebron