J
James
I have a drop-down box that I only want to display values from this criteria:
Based on these tables:
tblEmployee (EmployeeID - PK) with a 1-m relationship to tblVacation
(VacationID - PK, EmployeeID - FK)
The main form has a date on it (from tblDates). The drop-down is on a
sub-form. If the date on the form and any date from the tblVacation match,
then don't show the Employee's name in the list.
How do you do this, or is it possible?
Based on these tables:
tblEmployee (EmployeeID - PK) with a 1-m relationship to tblVacation
(VacationID - PK, EmployeeID - FK)
The main form has a date on it (from tblDates). The drop-down is on a
sub-form. If the date on the form and any date from the tblVacation match,
then don't show the Employee's name in the list.
How do you do this, or is it possible?