• Clear Combo Box (Access 2003)

    Author
    Topic
    #452919

    How do I get a combo box to show nothing when the form is opened. Now if I select something in the combo box – the next time I open the form the combo box still shows the same selection.
    Thanks.

    Viewing 1 reply thread
    Author
    Replies
    • #1119716

      Is the combo box bound to a field in the record source of the form, i.e. does the Control Source of the combo box contain a field name?

    • #1119718

      Hi Robin

      Is the form you created bound to a table or query?

      If it is an unbound form you can use

      Private Sub Form_Open(Cancel As Integer)
      Me.FieldName = “”
      End Sub

      where FieldName id the name of your combo box

    Viewing 1 reply thread
    Reply To: Clear Combo Box (Access 2003)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: