Setting data entry to false

OnMyBike

Registered User.
Local time
Today, 04:13
Joined
Dec 4, 2012
Messages
15
I have a button on a form that changes the DataEntry property to
True to enable a new record to be created.

I have a Save button which has the following code:

RunCommand acCmdSaveRecord
Me.DataEntry = False

The Me.DataEntry = False code causes Access to restart.

Any ideas anybody?

Thanks
 
first compile the dB, it might tell you some cause.
 

Users who are viewing this thread

Back
Top Bottom