J Jota New member Local time Today, 10:17 Joined Nov 20, 2011 Messages 3 Nov 20, 2011 #1 Hi, i have access 2007 and windows 7 32bits. So, i want start access with a form, but without menus, like in attachment, and in the full window. Anybody can help me please? Attachments Access.png 76.6 KB · Views: 138
Hi, i have access 2007 and windows 7 32bits. So, i want start access with a form, but without menus, like in attachment, and in the full window. Anybody can help me please?
A Ari Registered User. Local time Today, 02:17 Joined Oct 22, 2011 Messages 139 Nov 20, 2011 #2 Hi Jota You can use the command: DoCmd.ShowToolbar "ribbon", acToolbarNo If you want to learn customizing ribbons, you can watch videos on this site: ribbon01.com/articles.asp or accessribbon.de/en
Hi Jota You can use the command: DoCmd.ShowToolbar "ribbon", acToolbarNo If you want to learn customizing ribbons, you can watch videos on this site: ribbon01.com/articles.asp or accessribbon.de/en
J Jota New member Local time Today, 10:17 Joined Nov 20, 2011 Messages 3 Nov 20, 2011 #3 Thanks very much!