My database is made up of free files, no sql backend.
Can I add a line like this to my utility?:
if exists (select name from table where name = "jim")
or
if "jim" .not. in (select name from table where name = 'jim')
or
cnum = 4
if "jim" in (select name from table where number = (cNum))...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.