I have made a one table database and use a form for data entry into
that database. I have made a simple search form for searching by some
important fields and use the following like criteria in query designer.
Like [Forms]![queryform].[qname] & "*"
Here query form is the name given to the...