D
Dorian
I have a continuous form that maintains a cross-reference table. This
consists of Team and TeamMember both of which are foreign keys to other
tables. There is also a third column ActiveSW. The tricky bit is that the
TeamMember points to a table record that may become inactive (e.g. if the
person leaves the company). My combo box only selects active records in this
table, so anytime a record has become inactive the team member column appears
as blank - and there is no clue as to who the person was. I'd like to still
display these people but with the Active SW (in xref table) set to False.
However, I still want the drop-down to only allow selection of active people.
I'm having a hard time figuring out how to achieve this.
-- Dorian
"Give someone a fish and they eat for a day; teach someone to fish and they
eat for a lifetime".
consists of Team and TeamMember both of which are foreign keys to other
tables. There is also a third column ActiveSW. The tricky bit is that the
TeamMember points to a table record that may become inactive (e.g. if the
person leaves the company). My combo box only selects active records in this
table, so anytime a record has become inactive the team member column appears
as blank - and there is no clue as to who the person was. I'd like to still
display these people but with the Active SW (in xref table) set to False.
However, I still want the drop-down to only allow selection of active people.
I'm having a hard time figuring out how to achieve this.
-- Dorian
"Give someone a fish and they eat for a day; teach someone to fish and they
eat for a lifetime".