Is there a simple way to accomplish this procedure
search value in table
-
johnkuiper
- Posts: 6
- Joined: Tue 06 Nov 2007 17:17
search value in table
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