made forms non moveable & non resizeable

  • Thread starter Thread starter paul
  • Start date Start date
P

paul

Hi,
For my Access 2000 application, in the Form's "On Load"
event, I put DoCmd.MoveSize 900, 2000, 11000, 8500.
So the form always come out the same size and same
location. How can I prevent users to move or change the
size of the forms?
Thanks a lot.
 
paul said:
Hi,
For my Access 2000 application, in the Form's "On Load"
event, I put DoCmd.MoveSize 900, 2000, 11000, 8500.
So the form always come out the same size and same
location. How can I prevent users to move or change the
size of the forms?
Thanks a lot.

If you make the BorderStyle = to "None" then they will not be able to
change the size or position.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Form size 3
Dispaly Forms at same height 1
Form dispaly 1
Form Width Grows 6
Split form keeps opening up too large 2
Resizing forms 2
Centering form controls 5
Resize main form and subform? 6

Back
Top