David McAfee
davidmcafee at gmail.com
Thu Apr 14 16:55:14 CDT 2011
That's some cool code, Rocky. Where'd you get it ;P Actually, you can probably try: If Application.Version >= 12 Then DoCmd.ShowToolbar "Ribbon", acToolbarNo On Thu, Apr 14, 2011 at 2:35 PM, Rocky Smolin <rockysmolin at bchacc.com>wrote: > Dear List: > > In my code I test for Access 2007 and turn off the ribbon if it's 2007 > using: > > If Application.Version = 12 Then DoCmd.ShowToolbar "Ribbon", acToolbarNo > > If I want to check for 2010, what version number should I use? > > MTIA > > > Rocky Smolin > > Beach Access Software > > 858-259-4334 > > Skype: rocky.smolin > > www.e-z-mrp.com <http://www.e-z-mrp.com/> > > www.bchacc.com <http://www.bchacc.com/> > > > > > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com >