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: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.Code:Private Sub Form_Open(Cancel As Integer) 'Controls("cmd_DateRange").Selected(0) = True End Sub




Reply With Quote