Label displays behind subform problem

SpiritedAway

Registered User.
Local time
Today, 04:40
Joined
Sep 17, 2009
Messages
97
Hi All,

I have label which is visible when a user clicks a button in a menu bar at the top of my form.

However half the label disappears behind the subform - is there a way of getting the label to display over the subform.




Thanks
 
Adjust the location of the label, or the subform control in design view. I don't think there is any way to make the label "appear in front of the subform".
 
yeah, thought so. Thanks anyway.
 
Why not house the label inside the subform?

Or house the label inside another subform that sits on top of your original subform.
 

Users who are viewing this thread

Back
Top Bottom