I want to create a combo box which will allow users to select from a list of people's names.
The combo box queries a table which contains all the individuals' names (plus a field called "EffectiveDate").
The complication is that some people have aliases and I only want the combo box to show the latest name where an individual has multiple names.
NOTE: The EffectiveDate field tells us when the individual started using their name.
Any suggestions on how I can design an appropriate query that picks up the "latest" or current names in use?
The combo box queries a table which contains all the individuals' names (plus a field called "EffectiveDate").
The complication is that some people have aliases and I only want the combo box to show the latest name where an individual has multiple names.
NOTE: The EffectiveDate field tells us when the individual started using their name.
Any suggestions on how I can design an appropriate query that picks up the "latest" or current names in use?