T
Tom
Hi all,
In my DB I have created a form which the user need to put info in. It`s open
in an add mode.
I put a cancel butten in case he opened it by mistake or any other reason
thatmight be.
I tried to put DoCmd. CancelEvent, but the data I put in the stays in the
table - so that didnt work.
I tried to put deleteRecord that work ok but 2 things:
1. A system massage "1 record delete"
2.when I dont put anything i get a massage "The command in not available"
I also tried "ClearAll" command and it did not work.
What should I do?
Thanks very much,
Tom
In my DB I have created a form which the user need to put info in. It`s open
in an add mode.
I put a cancel butten in case he opened it by mistake or any other reason
thatmight be.
I tried to put DoCmd. CancelEvent, but the data I put in the stays in the
table - so that didnt work.
I tried to put deleteRecord that work ok but 2 things:
1. A system massage "1 record delete"
2.when I dont put anything i get a massage "The command in not available"
I also tried "ClearAll" command and it did not work.
What should I do?
Thanks very much,
Tom