W
WebDude
Its late, im just going to shoot this out...
When Button1 on form1 is pressed it opens form2 and puts a number into
textbox2 of form2.. works fine.. but then listbox2 on form2 is supposed to
populate using the value in textbox2 as one of its criteria in its rowsources
sql.
So, i put me.listbox2.requery and me.form.refresh and me.form.requery
everywhere i can.. but the only way listbox2 populates is when i view form2
in design view and then switch back to form view.
any ideas?
cheers
webdude
When Button1 on form1 is pressed it opens form2 and puts a number into
textbox2 of form2.. works fine.. but then listbox2 on form2 is supposed to
populate using the value in textbox2 as one of its criteria in its rowsources
sql.
So, i put me.listbox2.requery and me.form.refresh and me.form.requery
everywhere i can.. but the only way listbox2 populates is when i view form2
in design view and then switch back to form view.
any ideas?
cheers
webdude