In salary table, employee names is lookup from employee details table. How can i to show the current employees only in the drop down list in salary table?
I have read it and not really understand it fully. A main puzzle come to my mind. If i dont use lookup, what else can i use? This is what i understand how two tables relates to each other.
so far, i know how to use referential integrity with those required relationships. But how it applies to table really puzzle me. i still need to use lookup in the table to see the relationship, right?
I guess by your answer you don't have some sort of IsActive flag or similar?
It sounds that once someone resigns (dies on the job, quits, leave of absence, sabbatical,...) they just get dropped from the company employment table.
Make sure that the field holding the checkbox is included in your underlying query when you build your combo box in a form. In the criteria for the underlying query for the check box (which you will determine to be either checked for employed or checked for no longer employed) put either -1 for checked or 0 for unchecked depending on how you set it up.