dynamictiger
Registered User.
- Local time
- Today, 14:30
- Joined
- Feb 3, 2002
- Messages
- 270
I have a series of forms for collecting data.
Each form builds on previous data entered. This all works fine in MDB format.
When I convert to MDE and update form 2 with new data I get an error message that Save is not available right now.
This is the code:
If Me.Dirty Then
DoCmd.RunCommand acCmdSave
End If
I then run some more code in another module to open the next form.
Why does this work fine in runtime MDB but gives an error in MDE?
Each form builds on previous data entered. This all works fine in MDB format.
When I convert to MDE and update form 2 with new data I get an error message that Save is not available right now.
This is the code:
If Me.Dirty Then
DoCmd.RunCommand acCmdSave
End If
I then run some more code in another module to open the next form.
Why does this work fine in runtime MDB but gives an error in MDE?