Tab to Tab Record NOT Saving

  • Thread starter Thread starter Bonnie
  • Start date Start date
B

Bonnie

Hi folks! Using A02 on XP.

Have a form with tabs (don't groan, I've read that many
don't care for them, but I'm stuck with it). Didn't use to
have this error before XP came into our lives.

If a field is edited on Tab1 and then the user selects
Tab3 and edits something there and then try to close or go
to a different base record, they receive the "Write
Conflict: This record has been changed by another user
since you started editing it..." This happens even if they
are the only person in the DB afterhours or on weekends.
On each tab, I have the form's OnLostFocus event property
set to a macro that runs one command: save record. The
query on each tab's form uses a variety of tables, some in
more than one query, some not.

I'm sure that it is something simple that I am missing. If
someone could give me a little info or advice, I would
appreciate it very much. Thanks in advance for any help!
 
I figured out what my error was. I had a small sub-form
on one tab and had duplicate event procedure language that
was bumping around.

Didn't want anyone to waste time trying to figure out what
I did wrong.

Thanks!
 
Back
Top