
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