473,791 Members | 3,251 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Flaws in Access (resource)

To help you avoid some of the more common and long-standing bugs in Access,
the page:
http://allenbrowne.com/tips.html
contains a new section entitled, "Flaws in Access".

The section currently identifies 9 problem areas, with others to be added.
It includes a sample Access 2000 database to demonstrate several of the
flaws. If you have been working with Access, you will be aware of some of
them. Our aim is to prevent you grief by pin-pointing the rocks under the
surface.

Best wishes for your Accessing in 2004.

--
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.
Nov 12 '05 #1
20 1638
Nice list Allen, thank you.

--
Wayne Morgan
Microsoft Access MVP
"Allen Browne" <Al*********@Se eSig.Invalid> wrote in message
news:3f******** **************@ freenews.iinet. net.au...
To help you avoid some of the more common and long-standing bugs in Access, the page:
http://allenbrowne.com/tips.html
contains a new section entitled, "Flaws in Access".

Nov 12 '05 #2
Thanks Allen,

I would add another issue to the "Writing the wrong record". Besides the
"Bookmark bug", there is a bug that exists in Access 2000 and 2002 that does
not seem to have been fixed in any service pack, and the workaround shown on
Microsoft's support page does not work.

The problem is when you have editable controls in the header and/or footer of
a form. If you edit one of these controls, then click on another row in the
continuous section, the new record's data is not displayed in the
header/footer control. Furthermore, if you type anything into that control,
it writes to the other record.

The only work-around I've ever gotten to work is to execute the .Requery
method on every control that could be effected from the form's Current event
handler.

On Tue, 30 Dec 2003 19:41:17 +0800, "Allen Browne"
<Al*********@Se eSig.Invalid> wrote:
To help you avoid some of the more common and long-standing bugs in Access,
the page:
http://allenbrowne.com/tips.html
contains a new section entitled, "Flaws in Access".

The section currently identifies 9 problem areas, with others to be added.
It includes a sample Access 2000 database to demonstrate several of the
flaws. If you have been working with Access, you will be aware of some of
them. Our aim is to prevent you grief by pin-pointing the rocks under the
surface.

Best wishes for your Accessing in 2004.


Nov 12 '05 #3
Allen,
Very useful info, thanks
BTW: Something 'buggy' with your dates?
It is still 2003 here ... <grin>
Flaws in MS Access
Provided by Allen Browne, January 2004

Arno R
"Allen Browne" <Al*********@Se eSig.Invalid> schreef in bericht
news:3f******** **************@ freenews.iinet. net.au... To help you avoid some of the more common and long-standing bugs in Access,
the page:
http://allenbrowne.com/tips.html
contains a new section entitled, "Flaws in Access".

The section currently identifies 9 problem areas, with others to be added.
It includes a sample Access 2000 database to demonstrate several of the
flaws. If you have been working with Access, you will be aware of some of
them. Our aim is to prevent you grief by pin-pointing the rocks under the
surface.

Best wishes for your Accessing in 2004.

--
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.



Nov 12 '05 #4
Perhaps it _is_ already 2004 on the clock/calendar in Australia?
"Arno R" <ar************ ****@tiscali.nl > wrote in message
news:3f******** **************@ dreader2.news.t iscali.nl...
Allen,
Very useful info, thanks
BTW: Something 'buggy' with your dates?
It is still 2003 here ... <grin>
Flaws in MS Access
Provided by Allen Browne, January 2004
Arno R
"Allen Browne" <Al*********@Se eSig.Invalid> schreef in bericht
news:3f******** **************@ freenews.iinet. net.au...
To help you avoid some of the more common and long-standing bugs in

Access, the page:
http://allenbrowne.com/tips.html
contains a new section entitled, "Flaws in Access".

The section currently identifies 9 problem areas, with others to be added. It includes a sample Access 2000 database to demonstrate several of the
flaws. If you have been working with Access, you will be aware of some of them. Our aim is to prevent you grief by pin-pointing the rocks under the surface.

Best wishes for your Accessing in 2004.

--
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.


Nov 12 '05 #5
> Perhaps it _is_ already 2004 on the clock/calendar in Australia?

No, not yet on my (world) clock/calendar ...
In Sidney it's about 10 AM now (12-31-2003)

Arno R

Nov 12 '05 #6
Hi Steve.

Yes, I had that issue in Access 2000, but could not repro. quickly in A2003.
Have you seen it in the current version?

It was really a display issue where Access displayed the old data for a memo
field in the form footer section. As soon as you clicked in the field to
edit it, the text box was updated, so there was no danger of overwriting it.

I'm interested if you can repro in A2003.

--
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.

"Steve Jorgensen" <no****@nospam. nospam> wrote in message
news:8t******** *************** *********@4ax.c om...
Thanks Allen,

I would add another issue to the "Writing the wrong record". Besides the
"Bookmark bug", there is a bug that exists in Access 2000 and 2002 that does not seem to have been fixed in any service pack, and the workaround shown on Microsoft's support page does not work.

The problem is when you have editable controls in the header and/or footer of a form. If you edit one of these controls, then click on another row in the continuous section, the new record's data is not displayed in the
header/footer control. Furthermore, if you type anything into that control, it writes to the other record.

The only work-around I've ever gotten to work is to execute the .Requery
method on every control that could be effected from the form's Current event handler.

On Tue, 30 Dec 2003 19:41:17 +0800, "Allen Browne"
<Al*********@Se eSig.Invalid> wrote:
To help you avoid some of the more common and long-standing bugs in Access,the page:
http://allenbrowne.com/tips.html
contains a new section entitled, "Flaws in Access".

The section currently identifies 9 problem areas, with others to be added.It includes a sample Access 2000 database to demonstrate several of the
flaws. If you have been working with Access, you will be aware of some of
them. Our aim is to prevent you grief by pin-pointing the rocks under the
surface.

Best wishes for your Accessing in 2004.

Nov 12 '05 #7
You're right: I did not anticipate actually making these pages live until
2004, but managed to output them yesterday.

Good catch.

--
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.

"Arno R" <ar************ ****@tiscali.nl > wrote in message
news:3f******** **************@ dreader2.news.t iscali.nl...
Allen,
Very useful info, thanks
BTW: Something 'buggy' with your dates?
It is still 2003 here ... <grin>
Flaws in MS Access
Provided by Allen Browne, January 2004
Arno R
"Allen Browne" <Al*********@Se eSig.Invalid> schreef in bericht
news:3f******** **************@ freenews.iinet. net.au...
To help you avoid some of the more common and long-standing bugs in

Access, the page:
http://allenbrowne.com/tips.html
contains a new section entitled, "Flaws in Access".

The section currently identifies 9 problem areas, with others to be added. It includes a sample Access 2000 database to demonstrate several of the
flaws. If you have been working with Access, you will be aware of some of them. Our aim is to prevent you grief by pin-pointing the rocks under the surface.

Best wishes for your Accessing in 2004.

Nov 12 '05 #8
On Wed, 31 Dec 2003 09:13:27 +0800, "Allen Browne"
<Al*********@Se eSig.Invalid> wrote:
Hi Steve.

Yes, I had that issue in Access 2000, but could not repro. quickly in A2003.
Have you seen it in the current version?
No, but it is definitely still a problem in A2002.

It was really a display issue where Access displayed the old data for a memo
field in the form footer section. As soon as you clicked in the field to
edit it, the text box was updated, so there was no danger of overwriting it.
I've had the problem in both 2000 and 2002 where it actually writes to the
wrong record, and is not just a display problem.

I'm interested if you can repro in A2003.


Me too, but I don't have it. I could try it with the beta, but the results
won't be definitive.
Nov 12 '05 #9
Nice list, though one thing:

The "currency format" issue is NOT a bug. It is entirely by design and it
MUST be this way. An application that turned 1000 US Dollars into 1000
Italian Lira is an app that was produced by a company that is going to go
out of business.... think about.

This design was championed by the International Program Manager back in
Access 2.0, and she was entirely right. I would highly recommend that this
item be taken off of the list of bugs and put in a more appropriate list of
"issues to not trip over" as the current design is correct an any other
design is an incredibly lame an ill-conceived notion.
--
MichKa [MS]
NLS Collation/Locale/Keyboard Development
Globalization Infrastructure and Font Technologies

This posting is provided "AS IS" with
no warranties, and confers no rights.
"Allen Browne" <Al*********@Se eSig.Invalid> wrote in message
news:3f******** **************@ freenews.iinet. net.au...
To help you avoid some of the more common and long-standing bugs in Access, the page:
http://allenbrowne.com/tips.html
contains a new section entitled, "Flaws in Access".

The section currently identifies 9 problem areas, with others to be added.
It includes a sample Access 2000 database to demonstrate several of the
flaws. If you have been working with Access, you will be aware of some of
them. Our aim is to prevent you grief by pin-pointing the rocks under the
surface.

Best wishes for your Accessing in 2004.

--
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.

Nov 12 '05 #10

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

Similar topics

3
4504
by: Marc Nadeau | last post by:
Hi, I have a new project that consist of transfering a JD Edwards Database to an MS Access database. I am just starting to learn how those 2 databases works. What is the general idea behind this?? Outputing the data to a text file and read it? I just need the basic concept please. Thank you very much! Marc-Andre
1
3111
by: B Moor | last post by:
Hello, I am quite bogged down with this problem and would like some tips/help if any one has any. Thanks in advance. The Problem ----------- This system initially seemed quite stable for a few weeks but now,
2
18943
by: Brent Burkart | last post by:
I am trying to send an email using SMTP server through IIS. I am recieving the following error. Access is denied. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.UnauthorizedAccessException: Access is denied.
0
3539
by: ASP.Confused | last post by:
The old message looked a little stale, so I am re-posting it here. Anybody have any ideas of what I could do?!? The previous responses to this question are below. If you want to look at the original question, the subject line is: ADODB.NET and "Access Denied" I have an ASP.NET page writtein in VB that uses ADODB. I just had to
0
2828
by: M | last post by:
I installed the Visual Basic .NET Resource Kit. When I click 'Visual Basic .NET Resource Kit' the page at 'http://localhost/VB.NETResourceKit/Welcome.aspx' show: Server Error in '/VB.NETResourceKit' Application. ----------------------------------------------------------- --------------------- Server cannot access application directory 'D:\Program
57
3827
by: TC | last post by:
I'd like to open a discussion about the state of the industry. For the past year, I've been unable to find competent Access developers available for hire. I'm worried about that. I think there's great demand right now, and that's keeping the good developers busy, but that's not enough to explain the situation. Whenever I post an Access job, I get lots of responses from .NET developers, back-end database people, and web developers. They...
14
1835
by: johnvon | last post by:
Can it be done, and if so, how? Thanks! John
0
1292
by: dinoo | last post by:
I did not find the right forum to post this issue, please excuse me for this. But I need the help here very badly. I am having a Windows Service in .NET which is accessing a MDB file which is kept on the network drive. If I run the code as a Windows Application I can access the database file. BUt when I run the Windows Service I get following error- "The Microsoft Jet database engine cannot open the file...
4
1613
by: Christopher | last post by:
I am surprised this hasn't come up for me more in the past, but the situation is: I need to have an interface that is usable for all I need to have an interface that is only usable for some I do not really know of a good way to achieve this. If I use friend functions, I can no longer make methods virtual, right? Example:
0
9669
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9517
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10428
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10207
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10156
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7537
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5559
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4110
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3718
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.