Results 1 to 2 of 2

Thread: How to reset multi selected option in list box and check box also?

  1. #1
    VBAX Regular
    Joined
    Jun 2010
    Posts
    58
    Location

    How to reset multi selected option in list box and check box also?

    Hi Friends..
    One form I have design,In which list box and check box is available.we are able to select some item from that box.I have one command button called "Reset".I wanted to do that when I click on reset button all the selected item should be dis-select.
    How to do that in access 2003 .Any one please guide me.

    Thanks

  2. #2
    VBAX Guru
    Joined
    Mar 2005
    Posts
    3,297
    Location
    To reset an option frame you can use
    Me.Frame1 = ""

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •