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 bkrike 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: Timko
  • Content: Threads
  • Order by date
  1. Timko

    Passing a Combobox value to a Query

    I have a form which contains a Combo Box list of countries. The form also has a button which when pressed (on click) runs a query to copy records from one table to another, using the following comand DoCmd.OpenQuery "Upd_Data_Junc" I want the query to copy only those records which have a...
  2. Timko

    Sorting a Report by more than 10 fields

    I have created a report and I want to sort on 13 fields, but in the Sorting and Grouping dialog there are only 10 rows. I cannot find a way to include more rows so that I can sort by more than 10 different rows. I hope that some one can help me. Tim
  3. Timko

    Forms and Crosstab queries

    I am trying to open a report based on a crosstab query, with certain parameters that change depending on what the user has chosen from a form. But I can't get it to work. Basically the user chooses a report from a combo box(parameter 1) then another form allows them to choose 2 more...

Part and Inventory Search

Back
Top