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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.