M
moosecck
I have a form that uses a combo box called txt_Status with 3 options,
Draft, In Process and Approved. When the Status box is Approved, it
pushes the persons name from the thru code by using Environ
("Username") to a combo box called txt_Senior. Txt_Senior is a combo
box with 6 persons names in the list. It also has Limit to List
enabled. I have code in the Not in List of txt_Senior that tells
anyone whose name is not in the list to see their supervisor. My
problem is when the persons name is pushed into the txt_Senior box
where the Limit to List is enabled and the persons name is not in the
list, the NotInList code is not triggered. If I type the same name
into the txt_Senior box the NotInList code is triggered. Why is it
that when the name is pushed in the code does not work but when I type
the same name into the txt_Senior box the NotInList code is triggered?
Draft, In Process and Approved. When the Status box is Approved, it
pushes the persons name from the thru code by using Environ
("Username") to a combo box called txt_Senior. Txt_Senior is a combo
box with 6 persons names in the list. It also has Limit to List
enabled. I have code in the Not in List of txt_Senior that tells
anyone whose name is not in the list to see their supervisor. My
problem is when the persons name is pushed into the txt_Senior box
where the Limit to List is enabled and the persons name is not in the
list, the NotInList code is not triggered. If I type the same name
into the txt_Senior box the NotInList code is triggered. Why is it
that when the name is pushed in the code does not work but when I type
the same name into the txt_Senior box the NotInList code is triggered?