QBF to return results in a form

L

Lauren M

please help,

Can anyone tell me if it is possible to create a query by form that can
return the results in a form?
So far, I have only been able to get the query results to be returned in a
table format.

I would appreciate any help,
Thanks
 
A

Allen Browne

Lauren, take a look at this example:
Search form - Handle many optional criteria
at:
http://allenbrowne.com/ser-62.html

It illustrates how to build the criteria from just the boxes where the user
entered some values to filter by, covering different types of data, exact
matches and wildcards, and ranges (from and to values.)
 
Top