query min/max function

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top