TheSearcher
Registered User.
- Local time
- Today, 09:07
- Joined
- Jul 21, 2011
- Messages
- 385
I have a form that is 3 inches high by 3 inches wide. However, when the form opens in run time it expands to cover almost the entire screen. I want it to remain 3 x 3. The form opens over a form that is maximized. Here is some additional info:
Pop Up = Yes
Modal = Yes
Auto Resize = No
Fit to Screen = No
Scroll Bars = Neither
I also tried:
Docmd.Restore in the on Load and on open events (doesn’t work)
File -> Options -> Current Database – Changed Document Window Options from Tabbed Documents to Overlapping Windows (Doesn’t work)
How can I stop this form from expanding?????
Thanks,
TS
Pop Up = Yes
Modal = Yes
Auto Resize = No
Fit to Screen = No
Scroll Bars = Neither
I also tried:
Docmd.Restore in the on Load and on open events (doesn’t work)
File -> Options -> Current Database – Changed Document Window Options from Tabbed Documents to Overlapping Windows (Doesn’t work)
How can I stop this form from expanding?????
Thanks,
TS