D
Dean Simpson
Does any one know how to find out if a form has been closed
What I am trying to do is to open a form from a list box(Which passes data
to the newly opened form) and when the form is closed, the list box on the
original form, is refreshed to show changes made. Unfortunatley, the newly
opened form is used elsewhere and I cannot put the code in
'forms!myforms1.lstbox requery'when closing as when used by another
procedure, it throws up the error message 'unable to find form myform'
I know that when you open a form you can used the acdiag in the parameters
and put the desired code underneath but I am unable to do this for this
cirumstance.
I have run out of ideas can anyone help
Thanks in advanced
What I am trying to do is to open a form from a list box(Which passes data
to the newly opened form) and when the form is closed, the list box on the
original form, is refreshed to show changes made. Unfortunatley, the newly
opened form is used elsewhere and I cannot put the code in
'forms!myforms1.lstbox requery'when closing as when used by another
procedure, it throws up the error message 'unable to find form myform'
I know that when you open a form you can used the acdiag in the parameters
and put the desired code underneath but I am unable to do this for this
cirumstance.
I have run out of ideas can anyone help
Thanks in advanced