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
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