P
Paul
I'm aware of two ways to save a record when you want to force a save with
VBA:
1. If Me.Dirty Then DoCmd.RunCommand acCmdSaveRecord
and
2. If Me.Dirty Then Me.Dirty = False
Are they both equivalent, or is one better than the other?
Thanks in advance,
Paul
VBA:
1. If Me.Dirty Then DoCmd.RunCommand acCmdSaveRecord
and
2. If Me.Dirty Then Me.Dirty = False
Are they both equivalent, or is one better than the other?
Thanks in advance,
Paul