JamieFuller
Programmer
Hi,
I have written a front end for a Access2000 database. it works fine except using the 'LIKE' command in the SQL string. the string looks something like this
Select * FROM Table Where (Field1 LIKE 'a*');
this string works from within access (it reports all entries beginning with 'a') but from my application it doesnt work unless field1 contains EXACTLY the string after the LIKE command ie A* not every record begining with a.
Im stumped so if you can help i'll be your bestest, best friend. Or at least tell people nice things about ya!
Kindest Regards
Jamie
I have written a front end for a Access2000 database. it works fine except using the 'LIKE' command in the SQL string. the string looks something like this
Select * FROM Table Where (Field1 LIKE 'a*');
this string works from within access (it reports all entries beginning with 'a') but from my application it doesnt work unless field1 contains EXACTLY the string after the LIKE command ie A* not every record begining with a.
Im stumped so if you can help i'll be your bestest, best friend. Or at least tell people nice things about ya!
Kindest Regards
Jamie