Adarsh Madrecha
Adarsh Madrecha

Reputation: 7906

Form Height and Width in MS Access

I am developing MS Access front end, where I have many forms. Most of the users in the company are using 15-17 inch laptop.

What should be the size of the form. More particularly what should be the Height and Width property of the form.

I am using the base line methodology, so will be considering the 15 inch laptop as base and develop the forms, so that they don't have to use the scroll bars for the navigation in single form.

I tries searching for correlation between the Screen size and Forms Size in MS Access, but could not find any resource.

Other best practice for forms Height and Width will be appreciated. Thanks in Advance

Upvotes: 0

Views: 3569

Answers (1)

user7682337
user7682337

Reputation: 21

A bit late on this, but you should be designing with Layout and Anchoring to allow for a flexible form that can resize dependent on the size of the screen.

Upvotes: 2

Related Questions