473,386 Members | 1,819 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.

Help Needed With Bizarre Database Behaviour In Access 2003

I have a simple database which was originally written in Access 97.
When converted to Access 2000 file format it ran flawlessly in Access
2002. I've just tried to run it in Access 2003 and I am seeing the
following behaviour:

Some of the fields on the continuous main form which is a list of jobs
with their related details "flicker". While this is going on the form
seems to function as it should and isn't locked up. If I click and
hold in any field the flickering stops until I release the mouse
button.

There are 3 fields in the form footer which sum the values of 3
related currency columns of fields. I tried removing these summed
fields but the behaviour continued. I then removed the control source
for a couple of fields in the form whose control source was a IIf
function which relied on values from some of the other fields. This
seemed to stop the "flickering". The only problem that remained was
that a field which sums 2 of the other fields won't show its value
until the mouse cursor is run over the column of text boxes. As the
mouse is run over each text box, it shows its value.

The above behaviour seems crazy but it must have a cause. As
previously stated this database runs flawlessly in Access 2002. The
mdb compiles with no problems.

Any help would be appreciated.
Nov 12 '05 #1
4 2105
On 23 Feb 2004 01:45:19 -0800, cq*******@volcanomail.com (Wayne Aprato) wrote:
I have a simple database which was originally written in Access 97.
When converted to Access 2000 file format it ran flawlessly in Access
2002. I've just tried to run it in Access 2003 and I am seeing the
following behaviour:

Some of the fields on the continuous main form which is a list of jobs
with their related details "flicker". While this is going on the form
seems to function as it should and isn't locked up. If I click and
hold in any field the flickering stops until I release the mouse
button.

There are 3 fields in the form footer which sum the values of 3
related currency columns of fields. I tried removing these summed
fields but the behaviour continued. I then removed the control source
for a couple of fields in the form whose control source was a IIf
function which relied on values from some of the other fields. This
seemed to stop the "flickering". The only problem that remained was
that a field which sums 2 of the other fields won't show its value
until the mouse cursor is run over the column of text boxes. As the
mouse is run over each text box, it shows its value.

The above behaviour seems crazy but it must have a cause. As
previously stated this database runs flawlessly in Access 2002. The
mdb compiles with no problems.

Any help would be appreciated.


Are you using conditional formatting? If so, this is a problem that occurs in
Access 2002 as well, and there's not much rhyme or reason as to when it does
and when it doesn't. Assuming it's the same bug, I wouldn't be surprised if a
random act such as opening it in 2003 instead of 2002 triggered the bug in
your particular case.
Nov 12 '05 #2
Steve Jorgensen <no****@nospam.nospam> wrote in message news:<pf********************************@4ax.com>. ..
On 23 Feb 2004 01:45:19 -0800, cq*******@volcanomail.com (Wayne Aprato) wrote:
I have a simple database which was originally written in Access 97.
When converted to Access 2000 file format it ran flawlessly in Access
2002. I've just tried to run it in Access 2003 and I am seeing the
following behaviour:

Some of the fields on the continuous main form which is a list of jobs
with their related details "flicker". While this is going on the form
seems to function as it should and isn't locked up. If I click and
hold in any field the flickering stops until I release the mouse
button.

There are 3 fields in the form footer which sum the values of 3
related currency columns of fields. I tried removing these summed
fields but the behaviour continued. I then removed the control source
for a couple of fields in the form whose control source was a IIf
function which relied on values from some of the other fields. This
seemed to stop the "flickering". The only problem that remained was
that a field which sums 2 of the other fields won't show its value
until the mouse cursor is run over the column of text boxes. As the
mouse is run over each text box, it shows its value.

The above behaviour seems crazy but it must have a cause. As
previously stated this database runs flawlessly in Access 2002. The
mdb compiles with no problems.

Any help would be appreciated.


Are you using conditional formatting? If so, this is a problem that occurs in
Access 2002 as well, and there's not much rhyme or reason as to when it does
and when it doesn't. Assuming it's the same bug, I wouldn't be surprised if a
random act such as opening it in 2003 instead of 2002 triggered the bug in
your particular case.


Thanks Steve. I had the text in all fields formatted conditionally
and this was obviously more than Access could take. I removed this and
the problem disappeared. I still have the background colour of a
couple of fields formatted conditionally, but this doesn't seem to be
causing a problem. In your experience, is the problem more likely to
appear when a large number of fields is formatted conditionally as was
my case, or is it random? Conditional formatting is a handy feature,
but I won't be using it if it causes reliability problems.

Regards.
Nov 12 '05 #3
On 23 Feb 2004 12:52:17 -0800, cq*******@volcanomail.com (Wayne Aprato) wrote:
Steve Jorgensen <no****@nospam.nospam> wrote in message news:<pf********************************@4ax.com>. ..
On 23 Feb 2004 01:45:19 -0800, cq*******@volcanomail.com (Wayne Aprato) wrote:
>I have a simple database which was originally written in Access 97.
>When converted to Access 2000 file format it ran flawlessly in Access
>2002. I've just tried to run it in Access 2003 and I am seeing the
>following behaviour:
>
>Some of the fields on the continuous main form which is a list of jobs
>with their related details "flicker". While this is going on the form
>seems to function as it should and isn't locked up. If I click and
>hold in any field the flickering stops until I release the mouse
>button.
>
>There are 3 fields in the form footer which sum the values of 3
>related currency columns of fields. I tried removing these summed
>fields but the behaviour continued. I then removed the control source
>for a couple of fields in the form whose control source was a IIf
>function which relied on values from some of the other fields. This
>seemed to stop the "flickering". The only problem that remained was
>that a field which sums 2 of the other fields won't show its value
>until the mouse cursor is run over the column of text boxes. As the
>mouse is run over each text box, it shows its value.
>
>The above behaviour seems crazy but it must have a cause. As
>previously stated this database runs flawlessly in Access 2002. The
>mdb compiles with no problems.
>
>Any help would be appreciated.


Are you using conditional formatting? If so, this is a problem that occurs in
Access 2002 as well, and there's not much rhyme or reason as to when it does
and when it doesn't. Assuming it's the same bug, I wouldn't be surprised if a
random act such as opening it in 2003 instead of 2002 triggered the bug in
your particular case.


Thanks Steve. I had the text in all fields formatted conditionally
and this was obviously more than Access could take. I removed this and
the problem disappeared. I still have the background colour of a
couple of fields formatted conditionally, but this doesn't seem to be
causing a problem. In your experience, is the problem more likely to
appear when a large number of fields is formatted conditionally as was
my case, or is it random? Conditional formatting is a handy feature,
but I won't be using it if it causes reliability problems.

Regards.


The only things I know make it more likely is when you combine calculated
controls and conditional formatting and/or when you have other controls
overlaying conditionally formatted controls such as when you try to use a
conditionally formatted control as a background. Also, in Access 2002, I find
that Locked/Disabled does not behave properly wiht conditionally formatted
controls. The user is allowed to set the focus to it by clicking, though the
Disabled flag is supposed to prevent this.
Nov 12 '05 #4
Steve Jorgensen <no****@nospam.nospam> wrote in message news:<k2********************************@4ax.com>. ..
On 23 Feb 2004 12:52:17 -0800, cq*******@volcanomail.com (Wayne Aprato) wrote:
Steve Jorgensen <no****@nospam.nospam> wrote in message news:<pf********************************@4ax.com>. ..
On 23 Feb 2004 01:45:19 -0800, cq*******@volcanomail.com (Wayne Aprato) wrote:

>I have a simple database which was originally written in Access 97.
>When converted to Access 2000 file format it ran flawlessly in Access
>2002. I've just tried to run it in Access 2003 and I am seeing the
>following behaviour:
>
>Some of the fields on the continuous main form which is a list of jobs
>with their related details "flicker". While this is going on the form
>seems to function as it should and isn't locked up. If I click and
>hold in any field the flickering stops until I release the mouse
>button.
>
>There are 3 fields in the form footer which sum the values of 3
>related currency columns of fields. I tried removing these summed
>fields but the behaviour continued. I then removed the control source
>for a couple of fields in the form whose control source was a IIf
>function which relied on values from some of the other fields. This
>seemed to stop the "flickering". The only problem that remained was
>that a field which sums 2 of the other fields won't show its value
>until the mouse cursor is run over the column of text boxes. As the
>mouse is run over each text box, it shows its value.
>
>The above behaviour seems crazy but it must have a cause. As
>previously stated this database runs flawlessly in Access 2002. The
>mdb compiles with no problems.
>
>Any help would be appreciated.

Are you using conditional formatting? If so, this is a problem that occurs in
Access 2002 as well, and there's not much rhyme or reason as to when it does
and when it doesn't. Assuming it's the same bug, I wouldn't be surprised if a
random act such as opening it in 2003 instead of 2002 triggered the bug in
your particular case.


Thanks Steve. I had the text in all fields formatted conditionally
and this was obviously more than Access could take. I removed this and
the problem disappeared. I still have the background colour of a
couple of fields formatted conditionally, but this doesn't seem to be
causing a problem. In your experience, is the problem more likely to
appear when a large number of fields is formatted conditionally as was
my case, or is it random? Conditional formatting is a handy feature,
but I won't be using it if it causes reliability problems.

Regards.


The only things I know make it more likely is when you combine calculated
controls and conditional formatting and/or when you have other controls
overlaying conditionally formatted controls such as when you try to use a
conditionally formatted control as a background. Also, in Access 2002, I find
that Locked/Disabled does not behave properly wiht conditionally formatted
controls. The user is allowed to set the focus to it by clicking, though the
Disabled flag is supposed to prevent this.

I had both - calculated controls that were conditionally formatted and
other controls overlaying them that became visible under certain
conditions. The locked/disabled behaviour is a good one to keep in
mind as well.

Regards.
Nov 12 '05 #5

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

Similar topics

2
by: Ian DeRock | last post by:
I'm fairly new to XML. As I can see it, XML is a way to organize data like in a table in a RDB, or the RDB itself. I have used XML in application data, but did not design the actual XML. I...
27
by: Bruce Dodds | last post by:
I recently started using Access 2003 for the first time. I wanted to pass on some comments about the Help system to Access MVPs who frequent this board. I'm doing this in the hope that some of...
47
by: ship | last post by:
Hi We need some advice: We are thinking of upgrading our Access database from Access 2000 to Access 2004. How stable is MS Office 2003? (particularly Access 2003). We are just a small...
2
by: Carl Howarth | last post by:
Sorry to repost, but I am fairly desparate to get this issue resolved! Please see below, when it hangs if I leave it long enough I get a 'General Network Error', or something similar. Could this...
13
by: Siegfried Heintze | last post by:
I refered the engineer at my hosting service to http://support.microsoft.com/default.aspx?scid=kb;en-us;825738 where he tried to follow the directions there. He said there was no such file:...
13
by: nicolegw | last post by:
I've tried googling for the answer to my question, so my apologies if it's been asked before or is terribly obvious. I'm a volunteer doing data entry for research. My office has an Access...
0
by: gunimpi | last post by:
http://www.vbforums.com/showthread.php?p=2745431#post2745431 ******************************************************** VB6 OR VBA & Webbrowser DOM Tiny $50 Mini Project Programmer help wanted...
3
by: cwoll | last post by:
Hi I need help. I have a ms access 2003 database that I would like to upgrade to ms access 2007. The first time I opened I had to fix a few references it wanted a DAO2535.TLB file witch I gave it,...
53
by: souporpower | last post by:
Hello All I am trying to activate a link using Jquery. Here is my code; <html> <head> <script type="text/javascript" src="../../resources/js/ jquery-1.2.6.js"</script> <script...
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:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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,...

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.