convert Access 2 in Access 95 and Access 97 
Author Message
 convert Access 2 in Access 95 and Access 97

Hello,

I have a problem. I want to convert Access 2-Database in Access 95-Database
and Access 97-Database.
I am using this code for display my toolbar and menu:

        application.menubar = "Benutzer_Symbole"

        application.SetOption "Eingebaute Symbolleisten verfgbar", False
        DoCmd ShowToolbar "Benutzer_Leiste", A_TOOLBAR_YES

Leaving the application I want to use the Access-toolbar and menu:

        DoCmd ShowToolbar "Benutzer_Leiste", A_TOOLBAR_NO
        application.SetOption "Eingebaute Symbolleisten verfgbar", True
        application.menubar = ""

I have no problem to use this in Access 97.

In Access 95 the program stopps when I want to exit this.

I have the dream to use one database with Access 2, convert this database
in Access 95 or Access 97 without make changes.

Is there somebody who can help me?

Thanks and bye, Johannes Goertz



Tue, 16 May 2000 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Converting VB code modules in Access 95 to Access 97

2. Access 95 and Access 97 Compacting Problems

3. TransferDatabase method from Access 95 mdb to Access 97 mdb

4. Access 95 ---> Access 97

5. ACCESS 95 & ACCESS 97

6. Access 95 vs Access 97

7. Off Subject - Access 95-Access 97

8. ACCESS 95 & ACCESS 97

9. Access 95/97 - Access II Conversion

10. Access 95 -vs- Access 97

11. How to convert a Access 95 program to Access 2000 program

 

 
Powered by phpBB® Forum Software