Is there a way I can have 4 forms open at the same time and have each form take up 1/4 of the screen so there is not white space and there is no overlapping?
If you check out the Access Developer's Handbook they have code for resizing forms. You'll need that to do what you're talking about. You'll have to find the size of the screen and divide that up. It will be rather complex.
A much easier solution might be to make one form with four subforms on it.
On the other hand, my guess is that if you explain what you're trying to do here (what the data on the four forms will represent), you'll get some good suggestions for alternate solutions.
Jeremy =============
Jeremy Wallace
Designing, Developing, and Deploying Access Databases Since 1995
or you cold just have the main form - maximized,
and then the 3 forms that are linked to the main form - will be made as subforms...
Make sure to explore form's properties, for the subforms, get rid of scroll bars, record selectors, navigation buttons, dividing lines, make sure you have none or thin border line
REGARDS, KUZZ
LIFE IS GREAT WHEN THERE IS SOMEONE TO HELP YOU.
DESIGNING DATABASES SINCE 2002
Yeah, this is a classic form with subforms situation. You should have a main form for the company and subforms for all of the other things. If you don't ahve room for all of them at once, then listen to KUZZ and put the subforms on tabs.
Jeremy =============
Jeremy Wallace
Designing, Developing, and Deploying Access Databases Since 1995
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.