Okay, so I have this bound form with a couple of textfields in it. When someone presses on the "new" button, it'll
DoCmd.gotoRecord , , acNew
and display an "OK" and a "Cancel" button. Now, my question is, it seems it inserts the data in the table as soon as you type, so how can I get my cancel button to work?
(The same question would go for the "Update" button,but I'll worry about that later)
Thanks for your help,
Niki
--------------------------------------
It's not the monsters under your bed, it is the men next door.
That make you fear, make you cry. Make you cry for the Child.
All the wars are fought amongst those lonely men. Unharmed, unscarred.
DoCmd.gotoRecord , , acNew
and display an "OK" and a "Cancel" button. Now, my question is, it seems it inserts the data in the table as soon as you type, so how can I get my cancel button to work?
(The same question would go for the "Update" button,but I'll worry about that later)
Thanks for your help,
Niki
--------------------------------------
It's not the monsters under your bed, it is the men next door.
That make you fear, make you cry. Make you cry for the Child.
All the wars are fought amongst those lonely men. Unharmed, unscarred.