Blank fields

T

tinaemail

I have a form with 2 combo boxes and I want to filter the second one
based on the selection in the first. I coded it as follows:

Table 1: Department
= DepartmentID & Departments Name

Combo Box1 = Department
Combo Box2 = Specifications
 
Top