stormin_norm
Registered User.
- Local time
- Today, 06:28
- Joined
- Apr 23, 2003
- Messages
- 213
I have run compact & repair in an attempt to fix a problem with a form freezing. I can't get into design view OR close the form. And then I get a runtime error 2486.
frmSelect contains txtBox where you enter a portion of the student name, then listbox is populated with all the students.
On doubleclick of the listbox student, a new form opens.
Private Sub lbStudentSelection_DblClick(Cancel As Integer)
DoCmd.OpenForm "frmAdult", , , "[StudentID] = " & Me.lbStudentSelection
End Sub
I did not find anyone with the same issue when searching the discussion group on "frozen forms" and derivations of this.
Has anyone seen this problem before or have a solution??
Should I copy these forms and queries to a temp name, delete the originals, run repair, rename queries back to original name??
-stormin'
frmSelect contains txtBox where you enter a portion of the student name, then listbox is populated with all the students.
On doubleclick of the listbox student, a new form opens.
Private Sub lbStudentSelection_DblClick(Cancel As Integer)
DoCmd.OpenForm "frmAdult", , , "[StudentID] = " & Me.lbStudentSelection
End Sub
I did not find anyone with the same issue when searching the discussion group on "frozen forms" and derivations of this.
Has anyone seen this problem before or have a solution??
Should I copy these forms and queries to a temp name, delete the originals, run repair, rename queries back to original name??
-stormin'