Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Problem 2 : Create a parameter query to obtain a list the InventoryID, Item Name, and UnitsOnHand fields for specific categories of inventory items. Before
Problem : Create a parameter query to obtain a list the InventoryID, Item Name, and UnitsOnHand fields for specific categories of inventory items. Before running, the parameter query should ask the user to indicate whether the items they are looking for coffee or tea inventory and whether these items are flavored or not. The prompt text of each parameter should make clear to the user what input values are possible. The resulting dynaset should be sorted in ascending order by OnHand quantity and make sure only the three fields mentioned display in the dynaset.
Save the query as gryProblem
HINT: to understand how to handle the YesNo data type in this query, first open tblinventory and click into a few cells in the Flavored column to see how this data type works.
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