I'm using controls like textbox and rectangle to prettify my form. For example, putting a background under a control or group of controls to help the user visually seperate them.
I'm having problems making the right control appear ontop though. For example, there is a combobox on one page of my tabcontrol. Behind the combobox is a textbox, locked and set to have a red background (I'm using a textbox instead of a label because Access makes wierd flickers when the mouse passes over labels that aren't attached to controls). When the page first becomes visible, the combobox has focus and appears above the textbox like it should. When focus leaves the combobox the textbox jumps infront and hides it.
Is there anyway to stop this?
Is there a better way to improve the look and feel of VBA forms?
Thanks in advance
.
I'm having problems making the right control appear ontop though. For example, there is a combobox on one page of my tabcontrol. Behind the combobox is a textbox, locked and set to have a red background (I'm using a textbox instead of a label because Access makes wierd flickers when the mouse passes over labels that aren't attached to controls). When the page first becomes visible, the combobox has focus and appears above the textbox like it should. When focus leaves the combobox the textbox jumps infront and hides it.
Is there anyway to stop this?
Is there a better way to improve the look and feel of VBA forms?
Thanks in advance

Last edited: