A
AMeador
I have a form where a user will check boxes next to items that have
been completed. They will click a button on the form to mark the items
as completed. When they do this, I will have the 'parent' form
instantiate another form where the details of this completed event will
be entered. Once the data is entered on this 'child' form, the data
entered should be updated/added to the database. The 'child' form also
has 'Cancel' and 'Cancel All' buttons. When the user hits 'Cancel',
the 'child' child form will not update/add the data and it will close.
If multiple items have been marked as complete in the 'parent' form,
the parent form will then open a new 'child' form for the details of
the next completed item, and so on, and so on. However, if the 'Cancel
All' button is hit, I want the process to stop. What is the best way to
make this work? How will the data from clicking 'Cancel All' get back
to the 'parent' form? I'm referring to the forms as 'Parent' and
'Child' as they are NOT MDI forms. I am a relative newbie to this stuff
so please be gentle in your answer
Thanks!
been completed. They will click a button on the form to mark the items
as completed. When they do this, I will have the 'parent' form
instantiate another form where the details of this completed event will
be entered. Once the data is entered on this 'child' form, the data
entered should be updated/added to the database. The 'child' form also
has 'Cancel' and 'Cancel All' buttons. When the user hits 'Cancel',
the 'child' child form will not update/add the data and it will close.
If multiple items have been marked as complete in the 'parent' form,
the parent form will then open a new 'child' form for the details of
the next completed item, and so on, and so on. However, if the 'Cancel
All' button is hit, I want the process to stop. What is the best way to
make this work? How will the data from clicking 'Cancel All' get back
to the 'parent' form? I'm referring to the forms as 'Parent' and
'Child' as they are NOT MDI forms. I am a relative newbie to this stuff
so please be gentle in your answer
