I have a form which I have tried to make pretty much foolproof in terms of data entry.
On closing the form it checks for fields with null values and does not allow it to close unless an entry is made.
This is great.....but.......people want to be able to quit the form without saving any of the data. Ie they get halfway through and change their mind (why do people do this)
Even if I try and delete the record it comes up with a message stating can't do that as related records in another table are required.
Is there a simple way to include a "Quit" button on the form which effectively ignores everything that has been entered and then closes the form
Thanks
R
On closing the form it checks for fields with null values and does not allow it to close unless an entry is made.
This is great.....but.......people want to be able to quit the form without saving any of the data. Ie they get halfway through and change their mind (why do people do this)
Even if I try and delete the record it comes up with a message stating can't do that as related records in another table are required.
Is there a simple way to include a "Quit" button on the form which effectively ignores everything that has been entered and then closes the form
Thanks
R