M
mscertified
I have a form containing a command button. When this button is clicked, I
display a popup form which collects some information that is written to a
table.
When the close button on the popup form is clicked, I return to the original
form. When I return to the original form I have to add a new tab to a tabbed
control with the content determined by the records that were added on the
popup form.
I'd like to code this in the code for the original form but cannot find an
event that fires when control is returned from the popup form. Any ideas?
display a popup form which collects some information that is written to a
table.
When the close button on the popup form is clicked, I return to the original
form. When I return to the original form I have to add a new tab to a tabbed
control with the content determined by the records that were added on the
popup form.
I'd like to code this in the code for the original form but cannot find an
event that fires when control is returned from the popup form. Any ideas?