It’s more efficient to have a ‘Find’ option in the right click menu of the ‘Contacts’ folder. With it we can look for certain contacts easily.
Microsoft
Outlook Appointments – Make the Reminders Visible and changeable as when you receive them
When you get an appointment in your inbox, they often have a Reminders in them, you can’t see them, but they are there. The main issue is that I don’t want the reminder going off later.
- Can you make the reminder visible
- Can you add a button “Accept without reminder”
- Can you add a button “Accept and edit the reminder”
File Associations should not continually change
Currently, Microsoft makes this decision based on what was the last copy of Access opened. This is a mistake.
A .MDB should open in the version it was designed for.
Note: A bootstapper application is needed (this is what the Visual Studio Team did).
Access 2003 Runtime – Error messages after running Access 2003 Runtime for the first time (when not an Adminstrator)
You install the Access 2003 runtime as an administrator, then:
Running the Access 2003 runtime (for the first time and thereafter) as an Administrator is fine.
Running the Access 2003 runtime as a Non-Administrator gives 3 error messages (only for the first time). Subsequent times are fine. This is a terrible first impression.
Note: This is a little harsh. Unfortunately, the world of security requirements has dramatically changed since Access 97. You don’t get these prompts if the file is digitally signed. That is how you work around this for Access 2003. Digitally sign a file or macro project You are now leaving SSW
Note: In Access 2007 this has been fixed (as it now uses Trusted Folders)… however the above bug with the runtime should be fixed.
Object Sizes
There should be a column in the Form designer that tells you the size of each object.
The ‘Configuring’ message is unacceptable (it should be a one time event – not every time you open a different Access version)
When you have Access 2003 and 2007 you get a very long ‘Configuring’ message when you open them alternatively.
This is not good, but I can live with it as a developer.
It really impacts our customers, when we give them a runtime in 2003, and they use Access 2007. Those customers are getting this message all day long.
Access 2003 Runtime and Windows Update
When you have an Access 2003 Runtime installed (only) + using Office 2007, Windows Updates recommends (aka gives end users grief) patching Word 2003 etc (which they don’t even have).
PS: Times like this I wish Access was not tied in with Office.
File Explorer needs to open the correct version of Access every time
Currently, it opens the last version of Access that was opened! This is not a solution.
It gets worse when the user has Access 2007 installed + Access 2003 Runtime version. After using the runtime, double clicking on an .MDB makes it try to open a 2007 version in 2003.
Access 2003 Runtime and changing References
When you delete a reference it actually doesn’t release the reference. You can see the reference is still there when you loop through the references in VBA.
The problem is Access crashes happen after this (this is not consistent and we are fairly sure this is the issue).
Access 2003 Runtime and the Commandbars
When the user moves the location of the commandbar (aka Toolbar), the location is not saved when in runtime mode.
This is a bug.
Note: Access 2007 solves this by using a ribbon and the user cannot move them