Results 1 to 6 of 6

Thread: ACCESS '97: Why?: Form Freezes up when setting ListBox default [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    May 2004
    Location
    Carlisle, PA
    Posts
    1,045

    Resolved ACCESS '97: Why?: Form Freezes up when setting ListBox default [RESOLVED]

    Esteemed Forum Participants and Lurkers:
    ===============================
    ACCESS '97

    Why is it that when I include the following code, it freezes up my panel?

    I have some buttons, checkboxes, and a list box that can be operated normally, except that EVERYTHING freezes up when the following is UNcommented:
    Code:
    Private Sub Form_Open(Cancel As Integer)
            'Controls("cmd_DateRange").Selected(0) = True
    End Sub
    Note that the Form can still be moved and closed, and the proper item in the list box is selected, but all of the controls on the form are frozen.
    Last edited by Webtest; Aug 10th, 2005 at 02:12 PM.
    Blessings in abundance,
    All the Best,
    & ENJOY!

    Art . . . . Carlisle, PA . . USA

Posting Permissions

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



Click Here to Expand Forum to Full Width