V
vic
Hi,
I have a form which holds record details called
frmViewDetails. This form has a subform
frmViewActionDetails, which holds one or many actions per
record. There is also a button which opens a new form
(frmAddNewAction) which allows the full details of each
new action to be added.
When I close the AddNewAction form, the original
ViewActionDetails subform has not been refreshed. I
currently have a seperate refresh button, but this isnt
exactly elegant.
I have looked at the generated code behind the standard
refresh button, but cannot figure out where I can specify
the name of the form I want to refresh.
I would appreciate any suggestions.
Many thanks
vic
I have a form which holds record details called
frmViewDetails. This form has a subform
frmViewActionDetails, which holds one or many actions per
record. There is also a button which opens a new form
(frmAddNewAction) which allows the full details of each
new action to be added.
When I close the AddNewAction form, the original
ViewActionDetails subform has not been refreshed. I
currently have a seperate refresh button, but this isnt
exactly elegant.
I have looked at the generated code behind the standard
refresh button, but cannot figure out where I can specify
the name of the form I want to refresh.
I would appreciate any suggestions.
Many thanks
vic