I would like to do a recordset, however everytime I use the variable database it says user defined type. I am using this within a form, do I have to create a module to use this within Access 2000? The following code is how I have it set up....
Dim objDB as Database
Dim objRS as Recordset
Set objDB=CurrentDb()
.
.
.
I appreciate any help you can give me! Thanks
Dim objDB as Database
Dim objRS as Recordset
Set objDB=CurrentDb()
.
.
.
I appreciate any help you can give me! Thanks