Hi there,
I have the old datatype
Dim db as database
from Access 97. But it´s not available in Access 2000.
What´s the new datatype for it ??
regards
Stephan
Printable View
Hi there,
I have the old datatype
Dim db as database
from Access 97. But it´s not available in Access 2000.
What´s the new datatype for it ??
regards
Stephan
Dim cn as ADODB.Connection
Connection is the object instead of the database.
Iouri Boutchkine
[email protected]