I am trying to add a feature to a search form. Currently, the form opens a query based on the input from cboCourse1, displaying all of the employees that have passed a training course. The criteria under Course in the query is Like Forms!frmTrng!cboCourse1 & "*". I want to add a second combo box to search if anyone has had both of two different training courses. I tried Like Forms!frmTrng!cboCourse1 & "*" And Like Forms!frmTrng!cboCourse2 & "*" in the criteria, but get a blank datasheet. If it matters, cboCourse2 may be blank and may not be visible most of the time.
How can I show both courses in the same query?