I have a working app in Access 2003 (Version 11 I think).
I have a code snipet
Note: For testing the If statement is commented out and I have tried Ribbon and ribbon.
Here is the odd problem...
If I run the mdb on a machine with Access 2007 no ribbon, yeah!!!!!
If I create an mde and run this exact same db on the exact same machine the ribbon is still there, boo, hiss, sigh...
Any ideas. I'm clearly stumped (again).
Thank you
I have a code snipet
Code:
' If Int(Application.Version) > 11 Then
DoCmd.ShowToolbar "ribbon", acToolbarNo
' End If
Note: For testing the If statement is commented out and I have tried Ribbon and ribbon.
Here is the odd problem...
If I run the mdb on a machine with Access 2007 no ribbon, yeah!!!!!
If I create an mde and run this exact same db on the exact same machine the ribbon is still there, boo, hiss, sigh...
Any ideas. I'm clearly stumped (again).
Thank you