Mark Jones
New member
- Local time
- Today, 05:56
- Joined
- Mar 10, 2000
- Messages
- 7
I have a standard form with a sub-form.
The problem I am observing is that
every time the user changes focus from
main form to sub-form, or vica-versa, the
form attempts to save the data to the table.
I know this to be true because I have code attached to the onupdate event. What I would
like to have happen is the form and sub-form data stay static on the form, and in memory,
until either I close the form or press a
"SAVE" button. At that time I can verify
critical fields and control the save process.
I'm sure it's in the way I have set up my
form and sub-form, but I can't seam to find the right combination.
Thanks in advance.
Mark Jones
The problem I am observing is that
every time the user changes focus from
main form to sub-form, or vica-versa, the
form attempts to save the data to the table.
I know this to be true because I have code attached to the onupdate event. What I would
like to have happen is the form and sub-form data stay static on the form, and in memory,
until either I close the form or press a
"SAVE" button. At that time I can verify
critical fields and control the save process.
I'm sure it's in the way I have set up my
form and sub-form, but I can't seam to find the right combination.
Thanks in advance.
Mark Jones