search value in table
Posted: Mon 07 Jan 2008 10:19
As far as I know, searching a particulair value in a table you have to do serveral things like using MyQuery, put an SQL with a parameter in it, set the value of the parameter, open MyQuery, check the recordcount and close MyQuery.
Is there a simple way to accomplish this procedure
Is there a simple way to accomplish this procedure