D
dave b via AccessMonster.com
I have a several step process. Each process has a form. Each process form
can call to the same Downtime form. Each process form has the total amount
of Downtime when the form is loaded.
When a Downtime has been entered and the user exits the Downtime form, I
would like to call the function in the parent (process) form that calculates
the total Downtime.
I can already do this by using the On Activate event from the parent form.
However, I would like to do this programmatically from the child (Downtime)
form.
can call to the same Downtime form. Each process form has the total amount
of Downtime when the form is loaded.
When a Downtime has been entered and the user exits the Downtime form, I
would like to call the function in the parent (process) form that calculates
the total Downtime.
I can already do this by using the On Activate event from the parent form.
However, I would like to do this programmatically from the child (Downtime)
form.