A
Amanda
I am adding functionality to an animal management database for a wildcat
sanctuary, and creating a form so the Curator can create certain animal
reports.
The animal management relies on 3 tables: Animal Species (one record per
species), Animal Records (one record per animal, w/ Species ID), and Animal
Journal (record per note about animal, w Animal ID).
I am creating a Reports Form that set various criteria in the form: date
range, animal name, species name, journal entry type (medical entry, diet
entry, etc.). The criteria on the form will also have options for "Any"
and/or "All" (so reports can be run for "any" date, "all animals", etc.)
Then the reports are created by clicking on a button.
I have figured out how to get the query to base criteria on the form, but
still need to understand the following:
1) I can create a combo box that has options based on a query (ex. lists
each animal), but how do I add the "all Animals" option at the top of the
list?
2) if the user chooses "All Animals" how does the query know that there will
be no criteria for animals?
Thanks, Amanda Byrne
sanctuary, and creating a form so the Curator can create certain animal
reports.
The animal management relies on 3 tables: Animal Species (one record per
species), Animal Records (one record per animal, w/ Species ID), and Animal
Journal (record per note about animal, w Animal ID).
I am creating a Reports Form that set various criteria in the form: date
range, animal name, species name, journal entry type (medical entry, diet
entry, etc.). The criteria on the form will also have options for "Any"
and/or "All" (so reports can be run for "any" date, "all animals", etc.)
Then the reports are created by clicking on a button.
I have figured out how to get the query to base criteria on the form, but
still need to understand the following:
1) I can create a combo box that has options based on a query (ex. lists
each animal), but how do I add the "all Animals" option at the top of the
list?
2) if the user chooses "All Animals" how does the query know that there will
be no criteria for animals?
Thanks, Amanda Byrne