M
MikeA
I've got a popup/modal type of form to allow entering
more detail information about a contact from my main data
form. This contact info is from the same record as the
main form is currently displaying. About 75% of the time
I only need to enter the first couple fields, so I placed
those on the main form. The rest of the fields are on the
contact popup.
The contact form is bounded and it's tied to the main
key. I receive the Write Conflict error if I start to
type into the first couple fields, then decide to open
the more detail form.
How do I synchronize these fields and their underlying
record? I'd also like to unbound the contact form so
that I can Undo the whole record including anything typed
into the popped up contact form.
I'm a little weak on the Access programing and would like
suggestions on where to find more information. I've got
the Inside Out Access book, but it's pretty thin on VBA
details.
Thanks for your help!
Mike A
more detail information about a contact from my main data
form. This contact info is from the same record as the
main form is currently displaying. About 75% of the time
I only need to enter the first couple fields, so I placed
those on the main form. The rest of the fields are on the
contact popup.
The contact form is bounded and it's tied to the main
key. I receive the Write Conflict error if I start to
type into the first couple fields, then decide to open
the more detail form.
How do I synchronize these fields and their underlying
record? I'd also like to unbound the contact form so
that I can Undo the whole record including anything typed
into the popped up contact form.
I'm a little weak on the Access programing and would like
suggestions on where to find more information. I've got
the Inside Out Access book, but it's pretty thin on VBA
details.
Thanks for your help!
Mike A