H
Helmut Blass
Hello,
I am faced with a strange problem.
I have an Access2003 application with a routine to connect tables in
external mdb's.
Dim tdf as TableDef
Set tdf = CurrentDb.TableDefs
since a few days this command produces an error on _one_ computer
"error during loading dll".
The code worked fine for a long time and still works fine on other
computers.
I tried several methods to fix the problem:
- checked references
- created new mdb and imported all objects
- replaced CurrentDb by a Database variable
- compress/repair
- installation/repair
- deinstalled and re-installed Office
- sfc /scannow
....but of no avail.
any ideas?
Os is Windows 7.
thanx for your help, Helmut
I am faced with a strange problem.
I have an Access2003 application with a routine to connect tables in
external mdb's.
Dim tdf as TableDef
Set tdf = CurrentDb.TableDefs
since a few days this command produces an error on _one_ computer
"error during loading dll".
The code worked fine for a long time and still works fine on other
computers.
I tried several methods to fix the problem:
- checked references
- created new mdb and imported all objects
- replaced CurrentDb by a Database variable
- compress/repair
- installation/repair
- deinstalled and re-installed Office
- sfc /scannow
....but of no avail.
any ideas?
Os is Windows 7.
thanx for your help, Helmut