L
Lkswrt54g
Hey guys, I need to create a limit parameter that needs to ask for a dollar
limit each time it is executed.
For example, if she limits the list to customers that have a total 2007
sales of greater than $200, the list may include over 50 customers. But if
she sets the limit at $1,000, the list may only include 5 customers. She
needs to be able to try different sales limits until the list is around 15
customers. To do this, a parameter query is needed. The query needs to ask
for a dollar limit each time it is executed so the manager can try different
amounts until the right number of customers is selected. For the query to
work next year and the years after, she also needs to enter the year.
Also in the instructions it states The limit parameter must be preceded by a
"greater than" symbol like: >[Limit?] because we want to select the records
with total sales that are greater than the limit.
limit each time it is executed.
For example, if she limits the list to customers that have a total 2007
sales of greater than $200, the list may include over 50 customers. But if
she sets the limit at $1,000, the list may only include 5 customers. She
needs to be able to try different sales limits until the list is around 15
customers. To do this, a parameter query is needed. The query needs to ask
for a dollar limit each time it is executed so the manager can try different
amounts until the right number of customers is selected. For the query to
work next year and the years after, she also needs to enter the year.
Also in the instructions it states The limit parameter must be preceded by a
"greater than" symbol like: >[Limit?] because we want to select the records
with total sales that are greater than the limit.