Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Assignment Instructions The Squirrel Monitoring System monitors and records squirrels activities in their natural habitat. They monitor mating, activities, and food sources as well as
Assignment Instructions
The Squirrel Monitoring System monitors and records squirrels activities in their natural habitat. They monitor mating, activities, and food sources as well as their environment particularly trees and nests. Note: 2 squirrels have been tagged with electronic devices.
Open the database monitoring.accdb and populate its tables:
- Add at least 5 records to each table except tagging only 2 squirrels are tagged.
- Ensure that some trees contain more than one nest and at least one has no nests
Develop the following queries. All queries should sort the data in a meaningful order.
- A query listing all Untagged Squirrels.
- Show the squirrelID, their nickname and year of birth
- Sort by nickname within year of birth
- A query of Squirrel Tagging listing all squirrels that have been tagged.
- Show the squirrelID, their nickname, year of birth
- Format the date of tagging like 23 Jan 2020
- Sort the records by date of tagging, most recent first.
- A query of all activities for a given squirrel.
- At run time, the user is to enter the following parameters:
- The squirrelId
- The year
- Filter the records to the specified squirrel and activity dates in the given year
- Show the squirrel ID, nickname, date (formatted 23 Jan 2020), time (formatted 17:45), and the activity in words (nesting, food gathering).
- Sort so the most recent activity comes first.
- At run time, the user is to enter the following parameters:
- A query counting the Number of Nests per tree.
- For each tree display the tree ID, the tree type in words (maple, oak, etc.), whether its municipal, and its nest count.
- Include trees without nests, specifically showing a count of 0 (zero) for these.
Develop the following forms they can be bound forms. All forms should have
- a common background colour, no dividing lines, no record selector
- a descriptive title in large font in the form header area
- a button to close the form
-
- A form for Squirrels that allows the user to add new Squirrels.
-
- A form for Trees that allows the user to add trees.
-
- A form for Activities that allows the user to add Activities.
-
- A form for Nest that allows the user to add Nests.
-
- Build a simple opening form with buttons that allow each form to open. This should have a picture in the background.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started