G
Guest
I have to convert a DbApplication from Access97 to Access 2003 ADP.
The problem is: In Access97 exists the Statements
Dim db As Database
Set db = CurrentDb()
How can I get an object of type Database from CurrentProject or is there
only the way as described in the thread 'ADP equivalent for CurrentDB'?
The CurrentProject.Connection delivers only a string, not a database-object.
Many thanks for replys
Erhard
The problem is: In Access97 exists the Statements
Dim db As Database
Set db = CurrentDb()
How can I get an object of type Database from CurrentProject or is there
only the way as described in the thread 'ADP equivalent for CurrentDB'?
The CurrentProject.Connection delivers only a string, not a database-object.
Many thanks for replys
Erhard