473,386 Members | 1,842 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Report Window Buttons Have Disappeared In Access 2007

I've been having a click around Access 2007 this afternoon and have
discovered some things that range from annoying to alarming. My
Access 2003 menu bars, which I, like many others, use extensively, are
now hidden behind an "Add Ins" tab on the Ribbon. Hardly an intuitive
place for a user to find them. Unless my memory is failing me, I'm
sure that Access 2003 menus displayed normally in the 2007 Beta.

The other thing I've discovered which seems to be a bug is that when
reports are opened in Print Preview mode and maximized with code when
they open, sometimes the minimize, size and close buttons don't appear
on the ribbon. I should add that I have the Ribbon minimized with
only the "tab" section showing. By "sometimes" I mean that it seems to
be a hit and miss affair, with some reports showing the buttons and
others not showing them. There is nothing inherently different about
the reports or how they are opened. The only way to close the report
is the absence of the buttons is to expand the Ribbon and press "Close
Print Preview". I'd be interested to know if anyone else is
experiencing this.

I'm also interested to know what others think about the potential
rework of existing applications that is going to be caused by the
Ribbon. I haven't seen that anyone has come up with a way of hiding
it yet, and the fact that custom menu bars are hidden behind the "Add
Ins" tab is surely going to cause some grief.

Feb 17 '07 #1
2 6247
Hi Wayne

The disppearing Close button (and max and min) from the Preview ribbon is a
bug. We have it listed here:
http://allenbrowne.com/Access2007.html#Bugs

The switch from menus and toolbars to ribbon is a major change that causes
initial consternation for most users. Ultimately it means you will need to
redevelop your custom menus/toolbars as ribbons. Custom ribbons are not as
easy as custom menus/toolbars, so there's a learning curve on that. The end
of the article linked above has some links, including AccessRibbon.com.

--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"Wayne" <cq*******@volcanomail.comwrote in message
news:11**********************@p10g2000cwp.googlegr oups.com...
I've been having a click around Access 2007 this afternoon and have
discovered some things that range from annoying to alarming. My
Access 2003 menu bars, which I, like many others, use extensively, are
now hidden behind an "Add Ins" tab on the Ribbon. Hardly an intuitive
place for a user to find them. Unless my memory is failing me, I'm
sure that Access 2003 menus displayed normally in the 2007 Beta.

The other thing I've discovered which seems to be a bug is that when
reports are opened in Print Preview mode and maximized with code when
they open, sometimes the minimize, size and close buttons don't appear
on the ribbon. I should add that I have the Ribbon minimized with
only the "tab" section showing. By "sometimes" I mean that it seems to
be a hit and miss affair, with some reports showing the buttons and
others not showing them. There is nothing inherently different about
the reports or how they are opened. The only way to close the report
is the absence of the buttons is to expand the Ribbon and press "Close
Print Preview". I'd be interested to know if anyone else is
experiencing this.

I'm also interested to know what others think about the potential
rework of existing applications that is going to be caused by the
Ribbon. I haven't seen that anyone has come up with a way of hiding
it yet, and the fact that custom menu bars are hidden behind the "Add
Ins" tab is surely going to cause some grief.
Feb 17 '07 #2
On Feb 17, 7:28 pm, "Allen Browne" <AllenBro...@SeeSig.Invalidwrote:
Hi Wayne

The disppearing Close button (and max and min) from the Preview ribbon is a
bug. We have it listed here:
http://allenbrowne.com/Access2007.html#Bugs

The switch from menus and toolbars to ribbon is a major change that causes
initial consternation for most users. Ultimately it means you will need to
redevelop your custom menus/toolbars as ribbons. Custom ribbons are not as
easy as custom menus/toolbars, so there's a learning curve on that. The end
of the article linked above has some links, including AccessRibbon.com.

--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users -http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"Wayne" <cqdigi...@volcanomail.comwrote in message

news:11**********************@p10g2000cwp.googlegr oups.com...
I've been having a click around Access 2007 this afternoon and have
discovered some things that range from annoying to alarming. My
Access 2003 menu bars, which I, like many others, use extensively, are
now hidden behind an "Add Ins" tab on the Ribbon. Hardly an intuitive
place for a user to find them. Unless my memory is failing me, I'm
sure that Access 2003 menus displayed normally in the 2007 Beta.
The other thing I've discovered which seems to be a bug is that when
reports are opened in Print Preview mode and maximized with code when
they open, sometimes the minimize, size and close buttons don't appear
on the ribbon. I should add that I have the Ribbon minimized with
only the "tab" section showing. By "sometimes" I mean that it seems to
be a hit and miss affair, with some reports showing the buttons and
others not showing them. There is nothing inherently different about
the reports or how they are opened. The only way to close the report
is the absence of the buttons is to expand the Ribbon and press "Close
Print Preview". I'd be interested to know if anyone else is
experiencing this.
I'm also interested to know what others think about the potential
rework of existing applications that is going to be caused by the
Ribbon. I haven't seen that anyone has come up with a way of hiding
it yet, and the fact that custom menu bars are hidden behind the "Add
Ins" tab is surely going to cause some grief.- Hide quoted text -

- Show quoted text -
Thanks for the reply Allen. What concerns me about the ribbon is the
amount of screen real estate it consumes, in my case for no good
purpose. Most of my applications have a few custom menu bars that are
usually specific to particular forms and reports. None of these menu
bars contain more than a few buttons on the bar itself and a short
menu or two. Putting these few items on the ribbon seems like a gross
waste of space. I'd be interested to know if others will go anywhere
near filling a Ribbon with their applications.

I'm not sure if the ribbon can be customised to change its contents
depending on which form or report is displayed as I am doing with my
custom menu bars now - if not the functionality would be severely
limited for my purposes. I've created a blank Ribbon which only shows
the "tab" section of the ribbon by using code from here:
http://msdn2.microsoft.com/en-us/library/bb187398.aspx. This would be
one way of reclaiming most of the real estate that the ribbon
consumes, but only when the bug is fixed that makes my report buttons
disappear. Creating this blank Ribbon or a custom Ribbon with buttons
on it also seems to have the effect of preventing changes to the Quick
Access Bar. I'm not sure if this is by design, but it is a plus if
one doesn't want users adding buttons to the bar.

Since my first post I've noticed that I can nominate a particular
startup custom menu bar from my Access 2003 application and Access
2007 will treat my custom menus the same as 2003 with no Ribbon as a
bonus.

On another subject, the sooner someone figures out how to make Access
2003 and 2007 coexist peacefully the better off everyone will be. As
you have noted elsewhere they each want to reinstall after the other
has been used. Surely MS foresaw that some people would want to run
both versions and could have allowed for this. On my machine 2000 and
2003 live happily together so why not 2007 as well? I can only
wonder.


Feb 18 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Nathan Bloomfield | last post by:
Does anyone know if there is any documentation which relates to Access2k + ? or can anyone help adjust the code? I am having trouble converting the DAO references. TITLE :INF: How to...
5
by: Debbiedo | last post by:
I am wondering if I can create an application that when you click on it (say a shortcut), it opens a report parameter box to query a set of parameters, and then opens the report based on these...
4
by: magmike | last post by:
I've created a report for the purpose of printing a one page summary of a record. Of course, when I created the report, it gives me a page on every record. Can I create a button to open that report...
5
by: solar | last post by:
How can I remove the three buttons on the upper right corner in the database ? These three buttons are called "minimize" "restoredown"and "close". With the command Application.CommandBars("Menu...
1
by: George Troutman | last post by:
I have created several runtime versions of applications. Much to my delight it has worked very well. I recently opened Access 2000 on the same machine (and had to reinstall part of it for no...
3
by: creative1 | last post by:
Here is how you create a complex data report that involves parent and child commands and you can update information at runtime. Its pretty straight forward to work with simple queries; however,...
1
by: Bob Alston | last post by:
Trying to install some software on Access 2007. The software works just fine on earlier versions of Access. I have been told that it works on Access 2007 but I have not seen that personally. ...
1
by: Bobby | last post by:
Hi, I'm using Access 2007. I'm opening a report using VBA as follows: DoCmd.OpenReport stDocName, acPreview, , acDialog, OpenArgs:=sqlString The database is setup so that when a user opens...
10
by: Snoopy33 | last post by:
I have a DB that I developed on access XP (2002) and deployed over a year ago. No one has had problems printing any of the reports within the DB until we started loading 2007 on new computers. ...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.