J
JamesJ
I'm getting a type mismatch on the Set rst = line and can't
figure why.
Private Sub Form_Load()
Dim dbLocal As Database
Dim rst As Recordset
Set dbLocal = CurrentDb()
Set rst = dbLocal.OpenRecordset("tblDvdMovieType")
End Sub
Thanks,
James
figure why.
Private Sub Form_Load()
Dim dbLocal As Database
Dim rst As Recordset
Set dbLocal = CurrentDb()
Set rst = dbLocal.OpenRecordset("tblDvdMovieType")
End Sub
Thanks,
James