Using VBA to Convert Access 2000 database to Access 97 
Author Message
 Using VBA to Convert Access 2000 database to Access 97

Looking for a way to programmatically convert an Access 2000 database
(which contains only tables) to an Access 97 database.  Essentially
programmatically doing a Tools, Database Utilities, Convert to previous
version... on an exported file.

If this helps any, here is some background on the issue. I've got an
Access database that is distributed to 20+ offices. Each office exports
their data to a database (only contains 5 tables) to the home office.
The home office then imports all the databases into the home office
system (which is just like all the others) to do some consolodated
reporting. What I'd like to have happen is at the end of the export
routine, I'd like Access to convert the external database.

For those using Access 2000 I've tried distributing with Access 97
runtime. Two problems, one seems silly b/c all the users have Access
2000. Secondly, the users tend to convert the data and don't realize
it's a problem. The home office has Access 97 and needs to not upgrade
b/c of data sharing with other groups of people.

If anyone has any ideas, I would greatly appreciate it.

Sent via Deja.com
http://www.*-*-*.com/



Mon, 14 Jul 2003 08:55:49 GMT  
 Using VBA to Convert Access 2000 database to Access 97
I assume your "tables only" database is a back-end db that is linked to your
Ak2 front-end. Convert the back-end to Access 97 (Access 2000 will link to
it just fine.). This way, you convert just once and you're done. Did this
help?
Quote:

> Looking for a way to programmatically convert an Access 2000 database
> (which contains only tables) to an Access 97 database.  Essentially
> programmatically doing a Tools, Database Utilities, Convert to previous
> version... on an exported file.

> If this helps any, here is some background on the issue. I've got an
> Access database that is distributed to 20+ offices. Each office exports
> their data to a database (only contains 5 tables) to the home office.
> The home office then imports all the databases into the home office
> system (which is just like all the others) to do some consolodated
> reporting. What I'd like to have happen is at the end of the export
> routine, I'd like Access to convert the external database.

> For those using Access 2000 I've tried distributing with Access 97
> runtime. Two problems, one seems silly b/c all the users have Access
> 2000. Secondly, the users tend to convert the data and don't realize
> it's a problem. The home office has Access 97 and needs to not upgrade
> b/c of data sharing with other groups of people.

> If anyone has any ideas, I would greatly appreciate it.

> Sent via Deja.com
> http://www.deja.com/



Tue, 15 Jul 2003 11:46:13 GMT  
 Using VBA to Convert Access 2000 database to Access 97
I too have a similar problem.  I need to convert an Access95 to Access97
database programmatically, using Visual Basic.  Any help would be
appreciated.


Quote:

> Looking for a way to programmatically convert an Access 2000 database
> (which contains only tables) to an Access 97 database.  Essentially
> programmatically doing a Tools, Database Utilities, Convert to previous
> version... on an exported file.

Sent via Deja.com
http://www.deja.com/


Tue, 22 Jul 2003 01:27:46 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Converting Access 97 to Access 2000 via VBA

2. Converting Access 2000 to 97 using VBA...

3. Access 2000 VBA Handbook vis a vis Access 97 VBA Handbook

4. convert programatically an access 97 database to 2000

5. VB app slower after converting database from Access 97 to 2000

6. Convert Access 97 db to Access 2000 db in VB6

7. Access 2000 converted to Access 97 report query data type errors

8. Converting Access 2000 to Access 97

9. Convert Access 97 - Access 2000

10. Converting from Access 97 to Access 2000

11. Should I convert db from Access 97 to Access 2000

12. Converting Access 97 DB to 2000 using VB

 

 
Powered by phpBB® Forum Software