J
Jeff
I have a sub that runs in the form_activate event. I did this to update
data after another data entry form was closed. The problem is when I
cancel the data entry form and the focus returns to the first form the
form_activate event runs the sub even though no data has changed. This is an
unnecessary action. I think I want to place some code in the close button
on the data entry form to run the sub in the first form.
What is the process to run a private sub that exists on another form?
data after another data entry form was closed. The problem is when I
cancel the data entry form and the focus returns to the first form the
form_activate event runs the sub even though no data has changed. This is an
unnecessary action. I think I want to place some code in the close button
on the data entry form to run the sub in the first form.
What is the process to run a private sub that exists on another form?