S
SUB
Hi all,
Anybody understand why this is happening...
I have a copy of northwind db and it is Access 2000
format, when I enter the VBA code below it finds the
database object no probs.
Dim db as Database
Simple huh??
However, If I create a new database and try this it does
not find a reference to the database object??????
I have noticed as well, in the object viewer in VBA I
cannot find a reference to DOA which the database object
resides under. I think this is the issue but dont know
how to sort??? can you simple import/download library's?
Thankx in advance for any replies and support.
SUB
Anybody understand why this is happening...
I have a copy of northwind db and it is Access 2000
format, when I enter the VBA code below it finds the
database object no probs.
Dim db as Database
Simple huh??
However, If I create a new database and try this it does
not find a reference to the database object??????
I have noticed as well, in the object viewer in VBA I
cannot find a reference to DOA which the database object
resides under. I think this is the issue but dont know
how to sort??? can you simple import/download library's?
Thankx in advance for any replies and support.
SUB