Clear field when open form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello!

I have a form with combo and text box to show result data field choose in
combo.
When we open the form, the combo is empty but the text box show us the
top/first combo value.
When is possible to force the text box appear empty too, when we open the
form, please.
Thanks in advance.
an
 
I have no idea how your text box is being populated. It sounds like the
combo box and text box may be related, but I don't know how.

If you have code in the combo box's AfterUpdate event that sets the value in
the text box, that would be a place to start.

Good luck

Jeff Boyce
<Access MVP>
 
Thank you for your reply.
an

Jeff Boyce said:
I have no idea how your text box is being populated. It sounds like the
combo box and text box may be related, but I don't know how.

If you have code in the combo box's AfterUpdate event that sets the value in
the text box, that would be a place to start.

Good luck

Jeff Boyce
<Access MVP>
 
Back
Top