Try DoCmd.Maximize in the Open even of your form. It's irrelevant what
resolution you're using.
HTH
Using DoCmd.Maximize is not the answer in this situation.
I need to redimension the form to fit any screen resolution along with all
of the controls within the form at load time, based on its original
design-time dimensions. Can someone please point me to the FormResize class
module and it's code?
Thanks.
> Try DoCmd.Maximize in the Open even of your form. It's irrelevant what
> resolution you're using.
[quoted text clipped - 21 lines]
>>
>>Thanks.
George Nicholson - 28 Nov 2005 22:25 GMT
Check the CD that comes with the book. The FormResize class should be in the
related mdb file for the chapter where you found the reference (chapter 8,
if memory serves...)
HTH,

Signature
George Nicholson
Remove 'Junk' from return address.
> Using DoCmd.Maximize is not the answer in this situation.
>
[quoted text clipped - 30 lines]
>>>
>>>Thanks.