Sorry guys. Have read through all the posts on positioning of forms and can't
find any that specifically address this.
My question is how do I set the default load position of the form to the top
left. When I load my form even though I have turned off the centering option
it loads somewhere down the bottom half and off centre. How do i set it so it
loads with the top left question in the top left of my screen?
Thanks.
Wayne-I-M - 21 Aug 2006 07:01 GMT
Hi
Open the page(s) in design view.
Position the various "bits" of the page where you want them.
Then immediately press Shift-S
Save
Close and reopen

Signature
Wayne
Manchester, England.
2 things to remember: Enjoy whatever it is you do and the F1 Key doesn’t
bite.
> Sorry guys. Have read through all the posts on positioning of forms and can't
> find any that specifically address this.
[quoted text clipped - 5 lines]
>
> Thanks.
Wayne-I-M - 21 Aug 2006 07:05 GMT
ooops - sorry
It's Control-S
<:-))

Signature
Wayne
Manchester, England.
2 things to remember:
Enjoy whatever it is you do and the F1 Key doesn’t bite.
> Hi
>
[quoted text clipped - 13 lines]
> >
> > Thanks.
fordrules01 - 21 Aug 2006 14:39 GMT
Thanks but have tried that in all different form with no luck.
Matt
> ooops - sorry
>
[quoted text clipped - 19 lines]
> > >
> > > Thanks.
tina - 21 Aug 2006 13:59 GMT
try the following, as
Private Sub Form_Load()
DoCmd.Restore
Me.Move 0, 0
End Sub
read up on the Move method in VBA Help, so you can fine-tune the placement
of the window if you wish.
hth
> Sorry guys. Have read through all the posts on positioning of forms and can't
> find any that specifically address this.
[quoted text clipped - 5 lines]
>
> Thanks.