AccessFreak
Registered User.
- Local time
- Today, 22:30
- Joined
- Feb 19, 2009
- Messages
- 69
I have a form with 2 buttons, "add application" and "delete application".
its a empty form. There is no option to scroll to other records. The form is just for adding new applications.
This is the problem: When I write a new record it's automatically saving the data. I don't want that. It needs to remember it with help of the memory and then by clicking the "add application"-button, it needs to save the record. The delete application-button needs to be a cancelbutton. If something wrote down, it just needs to clear it, no delete event. Also when trying to avoid the adding form after write down a new record without saving it, It may not be saved. Only when clicking the save button.
So can someone help me with this. Thank you
its a empty form. There is no option to scroll to other records. The form is just for adding new applications.
This is the problem: When I write a new record it's automatically saving the data. I don't want that. It needs to remember it with help of the memory and then by clicking the "add application"-button, it needs to save the record. The delete application-button needs to be a cancelbutton. If something wrote down, it just needs to clear it, no delete event. Also when trying to avoid the adding form after write down a new record without saving it, It may not be saved. Only when clicking the save button.
So can someone help me with this. Thank you