Filter by multiple values entering by end user

G

Guest

I have a continuous form and trying to insert a apply filter and a reset
filter buttons. So users can filter by any criteria they want to. I have the
following fields based on a query and table:

Field and description
Case: autonumber
InputDate: date
Input by: combobox
Trandate: date
Type: combobox
Branch: combobox
TranDay: text
TranMonth: text
TranYear: text
TranQT: text

Also I wish to have some kind of print feature that users are able to print
result.
please help, thank you in advance!
 
A

Allen Browne

This article:
Search form - Handle many optional criteria
at:
http://allenbrowne.com/ser-62.html
includes a sample database you can download and use as a guide to build this
kind of form.

It includes one extra line of code to add to apply it to a report.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top