G
Greg
Hi All,
I have the following in the Row Source of my combo box.
SELECT tblStaffCode.* FROM tblStaffCode WHERE (((tblStaffCode.Active)=True));
It works fine and when the checkbox is False the name doesn't appear in the
drop down list which is great, HOWEVER when tblStaffCode.Active is False it
removes the staff code (staff member initials) from the display within the
form all records. The record within the table isn't affected.
Basically I don't want the staffcode (initials) to be removed from existing
records.
Greg.
I have the following in the Row Source of my combo box.
SELECT tblStaffCode.* FROM tblStaffCode WHERE (((tblStaffCode.Active)=True));
It works fine and when the checkbox is False the name doesn't appear in the
drop down list which is great, HOWEVER when tblStaffCode.Active is False it
removes the staff code (staff member initials) from the display within the
form all records. The record within the table isn't affected.
Basically I don't want the staffcode (initials) to be removed from existing
records.
Greg.