B
Becky
hello to all
I have an application with about 40 forms and I want to control the size and
position of each of these forms when it opens. I currently do this with code
in each form's Open event like...
DoCmd.MoveSize 150, 250, 1100, 1850
But, I've noticed that there are only 5 different MoveSize settings spread
among all 40 forms. I'd like a way to put these moveSize values in a table,
then have each form look up its values when its Open event is executed. As a
very rusty coder, could some kind soul help me with this?
Much thanks
Becky
I have an application with about 40 forms and I want to control the size and
position of each of these forms when it opens. I currently do this with code
in each form's Open event like...
DoCmd.MoveSize 150, 250, 1100, 1850
But, I've noticed that there are only 5 different MoveSize settings spread
among all 40 forms. I'd like a way to put these moveSize values in a table,
then have each form look up its values when its Open event is executed. As a
very rusty coder, could some kind soul help me with this?
Much thanks
Becky