Hi:
I am working on a data enrty from. The form includes text boxes and command buttons. After entering the data when the user clicks the "add records" command button the records are added to the underlying table. This is achived through the the execution of the "command" statement.
I was seeking help on how to have message boxes popping up when a text field is left blank. I have done some initial work where the box box pops up but the execution is not halted. As a result there is a error message that pops up associated with the 'sql' statement which says type mismatch because the text field happens to be null.
Any ideas, suggestions or tips on achieving the functionality where the execution halts until a user enters a value. One the text box or text boxes is not null the of the execution of the 'sql' statement commences. Any inputs would be greatly appreciated.
Thanks and Regards,
Info
I am working on a data enrty from. The form includes text boxes and command buttons. After entering the data when the user clicks the "add records" command button the records are added to the underlying table. This is achived through the the execution of the "command" statement.
I was seeking help on how to have message boxes popping up when a text field is left blank. I have done some initial work where the box box pops up but the execution is not halted. As a result there is a error message that pops up associated with the 'sql' statement which says type mismatch because the text field happens to be null.
Any ideas, suggestions or tips on achieving the functionality where the execution halts until a user enters a value. One the text box or text boxes is not null the of the execution of the 'sql' statement commences. Any inputs would be greatly appreciated.
Thanks and Regards,
Info