Hi,
am having issues with a 'simple' bit of code:-
Private Sub Command2_Click( )
Dim rs As Recordset
Set rs = CurrentDb.OpenR ecordset("tbl - availability")
rs.Close
End Sub
I get a type mismatch error!
I was reading another thread that said about the references?
I currently have;
Visual Basic for Applications
Microsoft Access 10.0 Object Library
OLE Animation
Microsoft ActiveX Data Objects 2.1 Library
should there be any more? and if so, how do I het them??
Cheers,
Rich
am having issues with a 'simple' bit of code:-
Private Sub Command2_Click( )
Dim rs As Recordset
Set rs = CurrentDb.OpenR ecordset("tbl - availability")
rs.Close
End Sub
I get a type mismatch error!
I was reading another thread that said about the references?
I currently have;
Visual Basic for Applications
Microsoft Access 10.0 Object Library
OLE Animation
Microsoft ActiveX Data Objects 2.1 Library
should there be any more? and if so, how do I het them??
Cheers,
Rich
Comment