J
jokobe
Hi ng,
I'm using this code:
Set db = DBEngine.Workspaces(0).OpenDatabase("any")
Instead of the any string, I would like to have
a variable containing the actual path for the
database like this:
act_path = "c:\somewhere\my_db.mdb"
But, the opendatabase method doesn't seem to accept
the act_path variable.
Any helpfull hint??
Thanks in advance
jokobe
I'm using this code:
Set db = DBEngine.Workspaces(0).OpenDatabase("any")
Instead of the any string, I would like to have
a variable containing the actual path for the
database like this:
act_path = "c:\somewhere\my_db.mdb"
But, the opendatabase method doesn't seem to accept
the act_path variable.
Any helpfull hint??
Thanks in advance
jokobe