possibly your problem is something completely different. as far as i understand your problem, it is in your sql statement. if you are using ADO and the LIKE statement you cannot use '*' as a placeholder (which is not sql standard anyway, just Access dialect), instead use '%'. maybe this will work.

good luck

Sascha