I created a form that allows users to add or edit customer profile selections. (There are 6-8 descriptions within 4 different categories.)
On the form I have one combo-box and one text box. Users can select a category from the cbo, enter a description in the text box, then save the new entry into the table.
But I haven't been able to figure out how to make it impossible for a user to click on the save button and save blanks to the table. I want both fields to contain data before the save command button works. Can someone point me in the right direction?
Here are the object names:
frmEditCustProfile
cboCategory
txtDescription
cmdSave
Thanks in advance!
On the form I have one combo-box and one text box. Users can select a category from the cbo, enter a description in the text box, then save the new entry into the table.
But I haven't been able to figure out how to make it impossible for a user to click on the save button and save blanks to the table. I want both fields to contain data before the save command button works. Can someone point me in the right direction?
Here are the object names:
frmEditCustProfile
cboCategory
txtDescription
cmdSave
Thanks in advance!