by bGtzd3J0NT » Thu, 24 Apr 2008 00:23:00
This is for my college course, and he told us to not make a form. Here is a
background on the assignment, if you want to read it I'd appreciate it. The
first response I got said to enter >=[Enter Minimum Sales Amount] in the
criteria, what happens when I do that is it shows just a bunch of random
values ranging from 15,000 to 600, maybe my queries are royally messed up?
Someone e-mail me if possible or have aim? My email is XXXX@XXXXX.COM
Almost half of Pro Camera鈥檚 suppliers have announced new versions or models
of their products which is going to make many of the current stock items
obsolete. The Marketing Manager of Pro Camera has decided to get rid of the
items that will be replaced by the new products. Several techniques will be
used starting with a discount program using discount coupons, followed by a
private sale for frequent customers, followed by a sidewalk sale in front of
the store. The manager already has a coupon letter but now needs an
invitation letter for the private sale. The sale will occur on Saturday
morning (you pick the date) from 8:00 am to noon and feature discounts from
20% to 70%! This invitation will only be sent to customers whose total
purchases for 2007 exceed a certain amount. The manager would like to send
out around 15 invitations but she doesn't know what total dollar amount limit
would result in the right number of customers selected. 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.
Now for the query he wants us to Query: qryCustomersByTotalSales (40%)
Create a parameter query (with the sale year being one parameter and the
total sales limit per customer being the second parameter) to show a listing
of these customers. Include (but not limited to) the following information:
飩?Name (first and then last strung together into one field)
飩?Street Address
飩?Location (city, state, and zip strung together into one field)
飩?Sale year
飩?Total sales (sum of the quantity times the price from the Line Item table)
The limit parameter must be preceded by a "greater than" symbol like:
greater than the limit