P
PeterM
I have two forms... A & B.
In form A is a listbox of all records in a table.
I have programmed form A so that when you click on an
entry in form A, form B is called which lets you edit
that record...simple enough.
The problem I'm having is that when you make your changes
in form B, save the record and close form B, I need form
A to do a requery to refresh the listbox. How can I call
a procedure from form B in form A to trigger the requery?
In form A is a listbox of all records in a table.
I have programmed form A so that when you click on an
entry in form A, form B is called which lets you edit
that record...simple enough.
The problem I'm having is that when you make your changes
in form B, save the record and close form B, I need form
A to do a requery to refresh the listbox. How can I call
a procedure from form B in form A to trigger the requery?