G
Guest
Is it possible to create my own 'not in list' event?
I want to capture the data entered to the table but I don't want it to
become part of the combo box contents.
What I envisage doing is in the after update event for the combo box, check
if the value entered is not one of the currently listed values, and if not,
insert the contents with a special flag that excludes it from the combo box
query.
Are the values in a combo box part of a collection I can loop through? The
intellisense seems to indicate there is no .count property?
I want to capture the data entered to the table but I don't want it to
become part of the combo box contents.
What I envisage doing is in the after update event for the combo box, check
if the value entered is not one of the currently listed values, and if not,
insert the contents with a special flag that excludes it from the combo box
query.
Are the values in a combo box part of a collection I can loop through? The
intellisense seems to indicate there is no .count property?