M
Mercy
I'm a newbie, and I'm working from a reference book.
The reference book has a fragment of code:
Dim db As Database
Set db = CurrentDb()
I tried putting this line into my VB code. But the
compiler keeps telling me "User-defined Type Not defined"
Why is it doing this to me?!
Thanks for any help,
Mercy
The reference book has a fragment of code:
Dim db As Database
Set db = CurrentDb()
I tried putting this line into my VB code. But the
compiler keeps telling me "User-defined Type Not defined"
Why is it doing this to me?!
Thanks for any help,
Mercy