B
BobG
Background: Created a simple table and form that has
fields for traveler, airline and date. In my table and
form each field is presented as a Lookup, ComboBox. The
CombBox works as expected but I want to limit the ComboBox
items to unique entries.
Present ComboBox Selection: Bob,Joe,Bob,Sam,Joe,Joe
Desired ComboBox Selection: Bob,Joe,Sam
Solutions? Many thanks.
fields for traveler, airline and date. In my table and
form each field is presented as a Lookup, ComboBox. The
CombBox works as expected but I want to limit the ComboBox
items to unique entries.
Present ComboBox Selection: Bob,Joe,Bob,Sam,Joe,Joe
Desired ComboBox Selection: Bob,Joe,Sam
Solutions? Many thanks.