Unknown Jet errors in Access database

  • Thread starter Thread starter Jeebee
  • Start date Start date
J

Jeebee

We're using a Microsoft Access database with visual basic code for
automatically generating reports .
Since using Access 2003 we sometimes get next message:
"This property is not supported for external data sources or for databases
created with a previous version of Microsoft Jet."
The origin database was first written in Access 97 and converted to the
Access 2000 or 2003 Database. The Microsoft Jet Engine is completely updated.
Does someone know how we can (easily) track the problem?
We suspect it has something to do with de availabilty of (remote) printers.
 
Do the messages show up if you do a Compile? (on the Debug menu when you're
in the VB Editor)
 
Thats the strange thing.
Compiling doesn't give any problems.
This problem sometimes comes up when the Access database is working;
working means:
- importing text files
- generate and print reports (an run some queries as input)
- generate a PDF file (with JAWS PDF printer v3.61 or v4)

Do the messages show up if you do a Compile? (on the Debug menu when you're
in the VB Editor)
We're using a Microsoft Access database with visual basic code for
automatically generating reports .
[quoted text clipped - 7 lines]
We suspect it has something to do with de availabilty of (remote)
printers.
 
Back
Top