D
DaveM
I would like to know how best to accomplish this data entry form requirement.
I have a form with a number of fields which is linked to a table. When the
operator opens the form i would like all the fields to be blank and the user
can tab through the fields as necessary. I have two command buttons. One
allows to exit the form (all set with that one) with no saving of the form
data, while the second button opens a message box which asks the operator if
they wish to submit the information on the form (within the fields) Y/N and
the message box has all the data from the fields listed for confirmatin.
What i need help with is how do i NOT allow the fields to update the table
if the operator tabs past the last field in the form and it arrives back to
the first field? Anotherwords i want the form to only cycle through the
fields without updating the table. The table update is left for once the
command button event is intitated. If the operator selects yes i wish the
form data to be added to the table and closes the form. Also, how do i clear
all the fields if the operator decides not to accept the information once it
arrives in the message box? That is he/she selects No on the message box
message.
Thanks
DaveM
I have a form with a number of fields which is linked to a table. When the
operator opens the form i would like all the fields to be blank and the user
can tab through the fields as necessary. I have two command buttons. One
allows to exit the form (all set with that one) with no saving of the form
data, while the second button opens a message box which asks the operator if
they wish to submit the information on the form (within the fields) Y/N and
the message box has all the data from the fields listed for confirmatin.
What i need help with is how do i NOT allow the fields to update the table
if the operator tabs past the last field in the form and it arrives back to
the first field? Anotherwords i want the form to only cycle through the
fields without updating the table. The table update is left for once the
command button event is intitated. If the operator selects yes i wish the
form data to be added to the table and closes the form. Also, how do i clear
all the fields if the operator decides not to accept the information once it
arrives in the message box? That is he/she selects No on the message box
message.
Thanks
DaveM