i have a query named members and a form with subform call form1. In the form i have a pulldown box (named text12 and has the number 1 to 10) and in the subform i have the fild from the members query, but when i choose 1 (so that only grupp from memers 1 is displayed (rest is filer out) nothing happend, but when i close the form and reopen it then i get all the member from grupp 1 else i get all the member from all the gupps. Anyone have an ide how to fix this.
(query) members
(filds) id, name, grupp
criteria [forms]![form1]![text12]
(query) members
(filds) id, name, grupp
criteria [forms]![form1]![text12]