Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: eltel
  • Order by date
  1. eltel

    Optional Query Parameters on Forms

    There is a slight problem with your solution in that you can't run a 'SELECT' style sql statement using the DoCmd.RunSql command, it will only let you perform an action query, ie update a field. Is there perhaps a way to edit the sql code in an existing Access query, and then use the...
  2. eltel

    Optional Query Parameters on Forms

    cool, thanks for that I'll give it a go.
  3. eltel

    Optional Query Parameters on Forms

    I need to produce a form that will allow the user to select which fields they would like to specify a criteria to search on. For example, I may want to display all items by their category and/or within a price range. I hope that makes some sense. thanks in advance, - Elliot.

Part and Inventory Search

Back
Top