Disappearing Labels on Buttons

J

jerryb123

I have a form with two buttons that both refresh the underlying data and move
to the last record in the inderlying table. The buttons have different names,
and one has a label that says "REFRESH" while the other has a label that says
"SAVE." I have linked each label to its respective button. However, when I
press "SAVE", the "REFRESH" label disappears, and vice versa. The label then
reappears as soon as I mouse over the button, but it is annoying and it looks
bad. I'm sure this is an easy fix; I just haven't found it yet.
 
J

Jeff Boyce

Causing screen objects (e.g., command buttons) to appear and disappear
usually requires some code.

Is there a chance you have code behind those buttons?

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
J

jerryb123

I have very simple code behind the buttons that just goes to a new record.
The buttons don't disappear, though--it is only the labels that disappear.
The label for the first button disappears when you click the second button,
and it only reappears when you move the mouse back over the first button.
 
J

Jeff Boyce

I'm only familiar with buttons/labels/controls changing when code tells them
to.

Is there a chance your labels are not attached to their respective controls,
but are just unconnected labels?

Regards

Jeff Boyce
Microsoft Office/Access MVP
 

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