Dear sir,
I have designed one data entry form and placed one command button that adds (save) entries from fields on the form to table records when clicked. However, I have noticed if I just bypass the command button by pressing tab (not a click), it adds the values of the fields to the respective table. I tried to set AllowAdditions= FALSE after form is loaded and new record is added but it just makes all my control invisible. What should I do ? I want if someone keeps pressing tab after feeding the values in the text boxes and combo boxes it should not add them to table until the command buttong is pressed.
Thanks & Regard,
I have designed one data entry form and placed one command button that adds (save) entries from fields on the form to table records when clicked. However, I have noticed if I just bypass the command button by pressing tab (not a click), it adds the values of the fields to the respective table. I tried to set AllowAdditions= FALSE after form is loaded and new record is added but it just makes all my control invisible. What should I do ? I want if someone keeps pressing tab after feeding the values in the text boxes and combo boxes it should not add them to table until the command buttong is pressed.
Thanks & Regard,
Comment