J
Jason B
My syntax as follows:
Private Sub cmdFind_Click()
Dim db As Database
Dim rs As Recordset
...
Set db = CurrentDb()
...
When I run this I get User-defined type not defined. The
help files show I have the right syntax but I get this
error. I know that Database isn't a correct type but
that is the why the help files show it also.
Thanks for the help in advance,
Jason B.
Private Sub cmdFind_Click()
Dim db As Database
Dim rs As Recordset
...
Set db = CurrentDb()
...
When I run this I get User-defined type not defined. The
help files show I have the right syntax but I get this
error. I know that Database isn't a correct type but
that is the why the help files show it also.
Thanks for the help in advance,
Jason B.