B
bifteki via AccessMonster.com
I am writing code for a database that was backuped and restored through SQL
Server . I'm trying to open this database by VBA code, through the following
line:
Set dbs_anima = OpenDatabase("anima.mdb")
When I run the function, I get an error message that the file couldn't be
found. I guess maybe the file isn't an .mdb file?
Server . I'm trying to open this database by VBA code, through the following
line:
Set dbs_anima = OpenDatabase("anima.mdb")
When I run the function, I get an error message that the file couldn't be
found. I guess maybe the file isn't an .mdb file?