Select Control While in Design View

way2bord

Registered User.
Local time
Yesterday, 18:52
Joined
Feb 8, 2013
Messages
177
Is there VBA code to select a control on a form that is currently in design view?
 
I've failed miserably at using names. :(

I've the feeling that Controls don't have names assigned until post-processing that occurs when you switch out of Design mode.

If you could provide a simple example that would be great.
 
Test bed for dynamically designed forms.

Hand-in-Hand in my mind is manipulation of objects on existing forms.

Currently, I have a form with Box1 overlapping partially with Box2. I'm attempting to allow a user to move Box1 behind Box2 when Box1 is clicked in Form View.
 

Users who are viewing this thread

Back
Top Bottom