K
knowshowrosegrows
I have a simple form with a few controls that are required. I have Is Not
Null validation rules that work when they tab through the form. --
I have a button with DoCmd.Close for them to close the form. Right now, if
they get a message box from the validation rule and they click OK but do not
enter the requested data and then click the close button - the form closes
and their record is lost. I want the close button to remind them they have
not entered the requested data and ask them if they want to delete the record
or enter it.
I also would like a button that they can push when they have completed the
record and want to submit it and get a blank form. What would the code for
that be?
Thanks
You all are teaching me so much
Null validation rules that work when they tab through the form. --
I have a button with DoCmd.Close for them to close the form. Right now, if
they get a message box from the validation rule and they click OK but do not
enter the requested data and then click the close button - the form closes
and their record is lost. I want the close button to remind them they have
not entered the requested data and ask them if they want to delete the record
or enter it.
I also would like a button that they can push when they have completed the
record and want to submit it and get a blank form. What would the code for
that be?
Thanks
You all are teaching me so much