I've got a form which will have several subforms in it. I've got a button by each subform with a '+' sign on it. When the user clicks the '+' sign, the subform gains a red border and is enlarged over other controls, that '+' sign then becomes a '-' sign and when pressed returns everything back to normal again.
The problem is, when my VBA code resizes the subform, it's 'behind' the nearest subform so you can't see it all, how can I 'Send to front' the subform in VBA?
Here's a screenshot of my problem
The problem is, when my VBA code resizes the subform, it's 'behind' the nearest subform so you can't see it all, how can I 'Send to front' the subform in VBA?
Here's a screenshot of my problem