Well, just a little more on this problem
What actually happens is I have a form that have a listbox. A listbox contains the certain records.
Based on the record (row) selected in the list, I open the modifictaion form. When the record has been changed and the modification form has been closed, I want to see that listbox updated. (The form with listbox stays loaded all the time while the modification form is open, therefore chages are not reflected in that listbox)
So, I am looking for the way to requery that form with the listbox from within the code of the modification form
Please suggest anything
THanks