M
Marino
Hi,
I'm trying to migrate a Access aplication from V97 to 2002 .
In 97 when I wanted to reference the Database I used:
dim db as Database
set db= dbengine.workspaces(0).Databases(0)
In the manual I've it does more or less the same way . I've done it in
2002 and it doesn't recognise the Database type. How should I do it?
I'm trying to migrate a Access aplication from V97 to 2002 .
In 97 when I wanted to reference the Database I used:
dim db as Database
set db= dbengine.workspaces(0).Databases(0)
In the manual I've it does more or less the same way . I've done it in
2002 and it doesn't recognise the Database type. How should I do it?