472,808 Members | 1,966 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,808 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 6200
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. ...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Sept 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

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.