Font Issue - label font turns bold

  • Thread starter User via AccessMonster.com
  • Start date
U

User via AccessMonster.com

When the form first opens all the labels look perfect, but as soon as I
scroll through records using a command button suddenly a few of the labels
start to take on a bold appearance.
The issue occurs with a same labels very time. I can't figure out what’s
happening to the labels.
Any suggestions?

Thanks
 
U

User via AccessMonster.com

-Access version?
2007
-Patches installed?
No Patches
-Continous form? Single

-Font?
Tahoma 12pt

-Code that you are using to scroll with?
------------------------------------------------------------------------------
-
Private Sub cmdNextIncident_Click()
On Error GoTo Err_cmdNextIncident_Click

DoCmd.GoToRecord , , acNext

Exit_cmdNextIncident_Click:
Exit Sub

Err_cmdNextIncident_Click:
MsgBox Err.Description
Resume Exit_cmdNextIncident_Click

End Sub
 
U

User via AccessMonster.com

Thanks, but I really don't want to uninstall anything.
There must be another way to fix the problem.
 
U

User via AccessMonster.com

Office 2007 Service Pack 2 was installed before the problem ocurred.
 
G

Gina Whipp

User,

Does the database have any personal information? I would really like to
take a look at it and see if it produces the same behavior on my machine. I
cannot produce the same behavior on my machine.

--
Gina Whipp

"I feel I have been denied critical, need to know, information!" - Tremors
II

http://www.regina-whipp.com/index_files/TipList.htm
 
U

User via AccessMonster.com

Does the database have any personal information? Yes it contains a ton of personal info.

I can tell you I get the same result when running the database in Access 2003.
The problem is there in Access 2003.
 
G

Gina Whipp

User,

I have never had this happen... trying to figure out hwo and/or why this
would happen. Is there any other code behind the form? If yes, copy/paste
that here. There might be something there.

--
Gina Whipp

"I feel I have been denied critical, need to know, information!" - Tremors
II

http://www.regina-whipp.com/index_files/TipList.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top