Hello all I have a form that has about 3 subforms on it and alot of
backend VBA code that processes update procedures etc. I keep running
into Write Conflicts with the form and then the application bombs.
Anybody ever run into this and find the best resolution? I have made sure
that all my bit fields are not null and time stamps are on all tables so
that is not the issue. I am trying to make sure I requery after every
update. Please any advice would be helpful. Also I think because I am
using resume statements I get locked into a loop. Any idea how to work
around that with some good error trapping? Thanks all.