clear fields

  • Thread starter Thread starter kefaya
  • Start date Start date
K

kefaya

I built a form on a query to find me exact data from date to date, if I
contained the dates inside the form which desplay the results it will open
the query every time, so what I do now, I put the inquiry inside another form
with a button when pressed open the another form which is built on the query,
but this is not usefull because every time I wasnt to make the enquiry I have
to go to the first form where it will be more sensible to do all the work on
the second form which is built on the query, so how could I do that?
 
See:
Search form - Handle many optional criteria
at:
http://allenbrowne.com/ser-62.html

The article has a sample database to download.
It illustrates how to filter a form with dates entered on that form, along
with whatever other criteria you want to provide search boxes for.
 
Back
Top