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.