E
ersouthard
I am creating a database for entering productivity data. There is a
different data entry form for each category of information. Each form has
anywhere from 63 to 84 unbound text boxes (formatted as fixed). Each box has
0 as the default value.
Inevitably, someone is going to fill in a form and realize the data is
incorrect and they need to start over.
My question is, is there a simple way to setup a command button that they
could click and reset the form to all zero's? I know I could write code like
the following but I don't want to have to write all the code.
text0 = 0
text1 = 0
text2 = 0
so on and so on...
Any suggestions?
different data entry form for each category of information. Each form has
anywhere from 63 to 84 unbound text boxes (formatted as fixed). Each box has
0 as the default value.
Inevitably, someone is going to fill in a form and realize the data is
incorrect and they need to start over.
My question is, is there a simple way to setup a command button that they
could click and reset the form to all zero's? I know I could write code like
the following but I don't want to have to write all the code.
text0 = 0
text1 = 0
text2 = 0
so on and so on...
Any suggestions?