C
Chaplain Doug
Access XP. I have a combo box named SAPSTATUS in a form
which should only allow the values "Interview" or "Remove"
to be entered. I have set Limit to List to "Yes." I have
code that runs on the Change event. In this code I test
the value of the control. If the user enters "Interview",
then the value of the control upon entry to the code
is "Interview." However, if the user blocks
out "Interview" and hits the backspace (thus deleting the
value), upon entry to the code the value of the control is
still "Interview." However, upon return from the event
routine, the value is indeed deleted. How may I know that
the user has deleted the value in the control when I get
to the Change event routine? Thanks.
Chaplain Doug
which should only allow the values "Interview" or "Remove"
to be entered. I have set Limit to List to "Yes." I have
code that runs on the Change event. In this code I test
the value of the control. If the user enters "Interview",
then the value of the control upon entry to the code
is "Interview." However, if the user blocks
out "Interview" and hits the backspace (thus deleting the
value), upon entry to the code the value of the control is
still "Interview." However, upon return from the event
routine, the value is indeed deleted. How may I know that
the user has deleted the value in the control when I get
to the Change event routine? Thanks.
Chaplain Doug