query min/max function

P

pgaglioti88

Create a query that accepts user input for a minimum Selling Price and
maximum Selling Price and selects all books within that range (including max
& min values). There should be 2 separate prompts for users. Include the
following fields . . .blah blah
That is the last question I must answer for my access project in the query
section. Using the parameter feature is not a problem, I just can't seem to
get the right results. I've changed around a hundred times but can't get it
to work properly and I really need a good grade! Please help! Thank all in
advance.
 
M

Marshall Barton

pgaglioti88 said:
Create a query that accepts user input for a minimum Selling Price and
maximum Selling Price and selects all books within that range (including max
& min values). There should be 2 separate prompts for users. Include the
following fields . . .blah blah
That is the last question I must answer for my access project in the query
section. Using the parameter feature is not a problem, I just can't seem to
get the right results. I've changed around a hundred times but can't get it
to work properly and I really need a good grade! Please help! Thank all in
advance.


I don't understand your difficulty. Why isn't it just a
matter of using a where clause that compares the price to
the min and max parameters?
 
Top