A
AimeeK via AccessMonster.com
Hi, I have a form in which I have a combo box in which if a user selects
"Yes", the corresponding text box becomes visible and the default value
(which was set up at the table level) reads "Enter details here". If the
combo box selection is "No", then the box goes away, which is what I want to
happen. However, if a user selects "Yes", enters some details into the text
box, but then realizes they've made an error, and goes back and selects "No",
then the corresponding text box retains the values they started entering
instead of resetting back to the default value of "Enter details here". Is
there a way to reset this using code within the combo box's After Update
event and the DefaultValue property?
Let me know if you need more detail...thanks in advance for your help.
"Yes", the corresponding text box becomes visible and the default value
(which was set up at the table level) reads "Enter details here". If the
combo box selection is "No", then the box goes away, which is what I want to
happen. However, if a user selects "Yes", enters some details into the text
box, but then realizes they've made an error, and goes back and selects "No",
then the corresponding text box retains the values they started entering
instead of resetting back to the default value of "Enter details here". Is
there a way to reset this using code within the combo box's After Update
event and the DefaultValue property?
Let me know if you need more detail...thanks in advance for your help.