On 9 Dec 2003 15:20:16 GMT, Keith Wilby
<keith.wilby@AwayWithYerCrap.com> wrote:
[color=blue]
>Arsene Lupin <mr_arsene_lupin@hotmail.com> wrote:
>[color=green]
>> On 9 Dec 2003 15:00:03 GMT, Keith Wilby
>> <keith.wilby@AwayWithYerCrap.com> wrote:
>>[color=darkred]
>>>Arsene Lupin <mr_arsene_lupin@hotmail.com> wrote:
>>>
>>>> Is there a way to have Microsoft Access XP automatically display all
>>>> table views, etc., in a maximized screen when Access is started? It
>>>> is extremely time consuming to have to maximize the viewing windows
>>>> inside Access every single time I started it.
>>>>
>>>> Thanks in Advance.
>>>>
>>>
>>>DoCmd.RunCommand acCmdAppMaximize in one of your forms' Open event
>>>should do the trick.
>>>
>>>HTH - Keith.
>>>
www.keithwilby.org.uk[/color]
>>
>> Thanks, Keith, but how about those databases that contain nothing but
>> flat tables? Is there a way to get them to maximize automatically, or
>> better yet, is there a system's level way to force maximizing
>> everything, always?
>>
>> Thanks.
>>[/color]
>
>Off the top of my head, you could open a hiden form from the startup
>options and run the command from there. Worth a try :-)
>
>Regards,
>Keith.[/color]
Thanks.