Dmonkyking
Technical User
Hi,
I have some VB code in my access database that is used to backup my database. Ever since this computer was updated from Access 2002 to 2003, the code doesn't seem to work now. The line below seems to get a type mismatch when VB tries to execute it.
Set wrkDefault = DBEngine.Workspaces(0)
Does Access 2003 have a different way of setting a workspace now or am I doing somethinh wrong? Any help I can get would be greatly appreciated. Thanks.
If you need my whole code then I can paste it in. Thanks.
I have some VB code in my access database that is used to backup my database. Ever since this computer was updated from Access 2002 to 2003, the code doesn't seem to work now. The line below seems to get a type mismatch when VB tries to execute it.
Set wrkDefault = DBEngine.Workspaces(0)
Does Access 2003 have a different way of setting a workspace now or am I doing somethinh wrong? Any help I can get would be greatly appreciated. Thanks.
If you need my whole code then I can paste it in. Thanks.