G
Guest
I am getting a write conflict and have tried everything under the sun and
can't figure out why.
I get the error everytime I add a record to the subform and try to move to
the next record in the subform. The only thing that automatically updates is
a field that sets the Envron("UserName") and a timestamp. I have added.
If me.dirty = true then
me.dirty = false
End If
on both the OnDirty event of the main form and the subform. The
relationships are set (one to many).
There are bit fields, but those all are set to have a default of 0.
I can't think of anything else to try - PLEASE HELP
can't figure out why.
I get the error everytime I add a record to the subform and try to move to
the next record in the subform. The only thing that automatically updates is
a field that sets the Envron("UserName") and a timestamp. I have added.
If me.dirty = true then
me.dirty = false
End If
on both the OnDirty event of the main form and the subform. The
relationships are set (one to many).
There are bit fields, but those all are set to have a default of 0.
I can't think of anything else to try - PLEASE HELP