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 Shaun E 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: *

  1. HerrKatz

    Open a form with a recordsource based on a selection in a listbox

    Why don´t you use the WhereCondition-Variable included in the Docmd.OpenForm-method, e.g.: strSQL = "WHERE (((tblGroups.GroupID) In (" & Criteria & "))) ORDER BY tblGroups.Name;" 'Apply Where-Condition to form DoCmd.OpenForm "frmEnterGroups" , , , strSQL As long as you are referring to the...

Part and Inventory Search

Back
Top