Connecting Tech Pros Worldwide Help | Site Map

REQ: Question about access. Please read inside. Thanks.

Arsene Lupin
Guest
 
Posts: n/a
#1: Nov 12 '05
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.
Keith Wilby
Guest
 
Posts: n/a
#2: Nov 12 '05

re: REQ: Question about access. Please read inside. Thanks.


Arsene Lupin <mr_arsene_lupin@hotmail.com> wrote:
[color=blue]
> 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.
>[/color]

DoCmd.RunCommand acCmdAppMaximize in one of your forms' Open event should
do the trick.

HTH - Keith.
www.keithwilby.org.uk
Arsene Lupin
Guest
 
Posts: n/a
#3: Nov 12 '05

re: REQ: Question about access. Please read inside. Thanks.


On 9 Dec 2003 15:00:03 GMT, Keith Wilby
<keith.wilby@AwayWithYerCrap.com> wrote:
[color=blue]
>Arsene Lupin <mr_arsene_lupin@hotmail.com> wrote:
>[color=green]
>> 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.
>>[/color]
>
>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.
Keith Wilby
Guest
 
Posts: n/a
#4: Nov 12 '05

re: REQ: Question about access. Please read inside. Thanks.


Arsene Lupin <mr_arsene_lupin@hotmail.com> wrote:
[color=blue]
> On 9 Dec 2003 15:00:03 GMT, Keith Wilby
> <keith.wilby@AwayWithYerCrap.com> wrote:
>[color=green]
>>Arsene Lupin <mr_arsene_lupin@hotmail.com> wrote:
>>[color=darkred]
>>> 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.
>>>[/color]
>>
>>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.
Phil Stanton
Guest
 
Posts: n/a
#5: Nov 12 '05

re: REQ: Question about access. Please read inside. Thanks.


Yes, but it requires code to open and position all the tables

BUT

Why on earth do you want your tables open. They are a means of STORING
information, not adding data, editing it or displaying it. With very few
exceptions all information should be entered through forms where there are
numerous methods of reducing typing and input errors.

Phil


"Arsene Lupin" <mr_arsene_lupin@hotmail.com> wrote in message
news:0qnbtvkbiiilkujr5uotstnd7fpdnatipf@4ax.com...[color=blue]
> 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.[/color]


Arsene Lupin
Guest
 
Posts: n/a
#6: Nov 12 '05

re: REQ: Question about access. Please read inside. Thanks.


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.
Rick Brandt
Guest
 
Posts: n/a
#7: Nov 12 '05

re: REQ: Question about access. Please read inside. Thanks.


"Arsene Lupin" <mr_arsene_lupin@hotmail.com> wrote in message
news:0qnbtvkbiiilkujr5uotstnd7fpdnatipf@4ax.com...[color=blue]
> 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.[/color]

Time consuming? In Access when one window is maximized, ALL windows are
maximized. So if you open the file and maximize the db window then any
table you open will automatically open maximized as well.


--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com


Closed Thread