I have four combo boxes (EmployeeID, Skill, Certification, Training), three of which must wait for an entry in the first to become enabled. The user is able to enter data on any of the last three, (e.g. a skill and a cert, just a skill, or any combination) in order to make a record.
I have restrained the form so that the user must enter an EmployeeID before creating a record, but how do I check for an entry in at least one of the combo boxes before entry? I have tried macros and if statements but don't know the syntax for checking all three combo boxes.
FYI, their names are cboCertification, cboSkillName, and cboTraining.
Thanks for any help you can provide.
I have restrained the form so that the user must enter an EmployeeID before creating a record, but how do I check for an entry in at least one of the combo boxes before entry? I have tried macros and if statements but don't know the syntax for checking all three combo boxes.
FYI, their names are cboCertification, cboSkillName, and cboTraining.
Thanks for any help you can provide.