C
Chris
Hello all.
basic question
If I have a combobox based on a query and the user selects a value from the
combobox and then decides that they didn't want to select the value in the
combobox and thus delete the text in the combobox, how do I set the value
of the combox to "". (undo the combobox) when I delete the text at the
moment it regenerates the text when the control losses the focus.
More info
I have a simple log in screen with 3 comboboxes and a textbox. the first
combobox the user selects a team. the value selected here will filter the
combobox of staff. The second combobox is where the user selects the
position (user, manager, Administrator) and the third combobox allows the
user to select his/her name from the staff combobox. However, an
administrator and a line manager may not be a member of a team and thus a
constant password will be available for them. My system works, except, if
the user accidently selects a value from the staff combobox, they will
delete the text but when the control looses focus the corresponding name
will appear for the comboboxes value.
please help
basic question
If I have a combobox based on a query and the user selects a value from the
combobox and then decides that they didn't want to select the value in the
combobox and thus delete the text in the combobox, how do I set the value
of the combox to "". (undo the combobox) when I delete the text at the
moment it regenerates the text when the control losses the focus.
More info
I have a simple log in screen with 3 comboboxes and a textbox. the first
combobox the user selects a team. the value selected here will filter the
combobox of staff. The second combobox is where the user selects the
position (user, manager, Administrator) and the third combobox allows the
user to select his/her name from the staff combobox. However, an
administrator and a line manager may not be a member of a team and thus a
constant password will be available for them. My system works, except, if
the user accidently selects a value from the staff combobox, they will
delete the text but when the control looses focus the corresponding name
will appear for the comboboxes value.
please help