Access Label

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am having trouble with a label on a tab control. I make the labe bound to
no control and every time when viewing the form/Tab page when you scroll over
the label the form flashes, there is no event for scroll over or mouse over
or anything ,it is driving me nuts becuase I can't group things without
labels!

Any help is very much appreciated

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...b13cdeb21a0a&dg=microsoft.public.access.forms
 
see

http://groups.google.com/group/micr....public.access*&rnum=1&hl=en#0fc4d0e9a91050ff

hth


sword_243win said:
I am having trouble with a label on a tab control. I make the labe bound to
no control and every time when viewing the form/Tab page when you scroll over
the label the form flashes, there is no event for scroll over or mouse over
or anything ,it is driving me nuts becuase I can't group things without
labels!

Any help is very much appreciated

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.
http://www.microsoft.com/office/com...b13cdeb21a0a&dg=microsoft.public.access.forms
 
This problem occurs with Access 2003 on Windows XP.

As a workaround, you can use a text box that looks like a label (Enabled =
No, Locked = Yes; caption text in quotes in the control source.) Or if you
meant a visual enclosure when you said "group things", you could use a
Rectangle control from the Toolbox.

If you have lots of these labels in your application, this article has code
that locates them all and converts them into text boxes:
Flicker with tab controls
at:
http://allenbrowne.com/ser-46.html
 
Back
Top