The main data table can not have duplicates. When I select an item from the
combo box that is already in the main data table, user needs message saying;
that is a duplicate record.
>If you put a msgbox in the after update event of your combo you will get a
>message every time something is selected, but I'm not sure what you would
[quoted text clipped - 7 lines]
>> So, when the user chooses one of the unique five, MSGBOX should say; "this
>> record already selected.

Signature
Dontell Trevell
DontellTrevell - 21 Feb 2007 22:58 GMT
Let me try to explain clearer: When user selects an item in the combo box
that is already selected and stored in a data table. (1) I want the item
ghosted or not visible in the combo box. or (2) Give user a msgbox that
says record has already been selected. Is that better?
>The main data table can not have duplicates. When I select an item from the
>combo box that is already in the main data table, user needs message saying;
[quoted text clipped - 5 lines]
>>> So, when the user chooses one of the unique five, MSGBOX should say; "this
>>> record already selected.

Signature
Dontell Trevell