Access: Form width

A

ANSWER

Hallo

I have a database with main Form (width= 10cm and height= 5cm).
When I open my database I want Access window to be same dimensions like my
form (not over all screen).
How can I do that

Thanks
 
P

PMK

I use a little macro to set up my forms position

Use the "movesize" function and then you can place it exactly where you want it

There is probably an easier way of writing this with code but I use a lot of pop-up and just assign their opening properties to this same macro so they all open in the same location

HT

Perry Kerr
 
J

Jayesh Visnudas

ANSWER said:
Hallo

I have a database with main Form (width= 10cm and height= 5cm).
When I open my database I want Access window to be same dimensions like my
form (not over all screen).
How can I do that

Thanks
 
Top