Moving grouped controls

Moving grouped controls

am 15.01.2008 15:27:21 von u19217

Good morning,
If I group several text boxes and an image together, is there a way via VBA
to move everything at once (reference the group) rather than have a line of
code for each control?

Thank you in advance,
Chris

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/databases-ms-ac cess/200801/1

Re: Moving grouped controls

am 15.01.2008 17:48:53 von Salad

SurveyorinVA via AccessMonster.com wrote:

> Good morning,
> If I group several text boxes and an image together, is there a way via VBA
> to move everything at once (reference the group) rather than have a line of
> code for each control?
>
> Thank you in advance,
> Chris
>
Could you rewrite your question so that it makes sense?

Confusion
http://www.youtube.com/watch?v=-ALRLZQf42s

Re: Moving grouped controls

am 15.01.2008 18:33:34 von arch

On Tue, 15 Jan 2008 08:48:53 -0800, Salad wrote:

>SurveyorinVA via AccessMonster.com wrote:
>
>> Good morning,
>> If I group several text boxes and an image together, is there a way via VBA
>> to move everything at once (reference the group) rather than have a line of
>> code for each control?
>>
>> Thank you in advance,
>> Chris
>>
>Could you rewrite your question so that it makes sense?
>
>Confusion
>http://www.youtube.com/watch?v=-ALRLZQf42s

I understand the question but I don't think there is a way to do it.
TTBOMK, there is no "object" that represents the group.