type mismatch

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I get a "Type mismatch" on the following lines:

Dim frm as form

If frm Is Nothing Then
Set frm = Me.frmList2
End If

frmList2 is a subform and spelled correctly. This code works other places. ??

Thanks so much!
 
Back
Top