Hi
I'm writing a simple access sql (actually in coldfusion)
I need the access sql function for finding a substring
e.g. if the database field is myname and I want to pull up records which contain the characters "bob" then Im guessing i need something like
select *
from
where find(myname,'bob')>0
incidentally is there a good list of access sql scalar functions anywhere cant find anything from google
Thanks
Tim
I'm writing a simple access sql (actually in coldfusion)
I need the access sql function for finding a substring
e.g. if the database field is myname and I want to pull up records which contain the characters "bob" then Im guessing i need something like
select *
from
where find(myname,'bob')>0
incidentally is there a good list of access sql scalar functions anywhere cant find anything from google
Thanks
Tim