Hi,
I have a form that is strictly used for
, hence I set the
property to True.
I want to allow the user to Cancel the input, but I am coming up to the problem that, in DataEntry mode, I am not allowed to delete (I put a button to delete/discard changes) -
I tried to make the button change the mode to normal (Me.DataEntry = FALSE) but Access gives me error message -
Any Suggestions? Earnie Eng - Newbie Access Programmer/DBA
If you are born once, you will die twice.
If you are born twice, you will die once.
I have a form that is strictly used for
Code:
Dataentry
Code:
DataEntry
I want to allow the user to Cancel the input, but I am coming up to the problem that, in DataEntry mode, I am not allowed to delete (I put a button to delete/discard changes) -
Code:
Error Message: "Operation Cancelled by User"
I tried to make the button change the mode to normal (Me.DataEntry = FALSE) but Access gives me error message -
Code:
Error Message: "Operation Cancelled by User"
Any Suggestions? Earnie Eng - Newbie Access Programmer/DBA
Code:
---------------------------------
If you are born twice, you will die once.