PC Review


Reply
Thread Tools Rate Thread

Access 2007: How to run form on startup.

 
 
=?Utf-8?B?Qm9iIFRvdXJrb3c=?=
Guest
Posts: n/a
 
      26th Jun 2006
I have a custom Access database (not created by me) that in Access 2003
automatically ran a form ("Central Hub") on startup. The custom screens
require the full screen width, which means that with the new Navigation Bar
in place (even minimized) I lose the far right side of my screens. (The
minimized Nav Bar "pushes" the screen to the right about 1/2 inch.) I
understsand I can have the Nav Bar not appear on startup (I normally don't
need it when running the custom DB), but if I can't get the Central Hub form
to automatically appear when I open the DB, then I must have the Nav Bar to
select the form.

So I have two questions:

1. Can I get the Central Hub form to appear automatically on startup? If I
can, then I can tell the Nav Bar to not appear, giving me thte full screen
width.

-or-

2. After the DB is opened (and I have manually selected the Central Hub
form), can I close - not just minimize - the Nav Bar, which would give me the
full screen width?

Thanks. Bob
 
Reply With Quote
 
 
 
 
Clint Covington \(MS\)
Guest
Posts: n/a
 
      26th Jun 2006
you can hide the nav pane just like you did the old dbc.

http://www.mvps.org/access/general/gen0031.htm

You can set the central form as the startup form in the Office button |
Access Options and click on the current database tab.


"Bob Tourkow" <(E-Mail Removed)> wrote in message
news:7EDA74CB-9053-43D5-B291-(E-Mail Removed)...
>I have a custom Access database (not created by me) that in Access 2003
> automatically ran a form ("Central Hub") on startup. The custom screens
> require the full screen width, which means that with the new Navigation
> Bar
> in place (even minimized) I lose the far right side of my screens. (The
> minimized Nav Bar "pushes" the screen to the right about 1/2 inch.) I
> understsand I can have the Nav Bar not appear on startup (I normally don't
> need it when running the custom DB), but if I can't get the Central Hub
> form
> to automatically appear when I open the DB, then I must have the Nav Bar
> to
> select the form.
>
> So I have two questions:
>
> 1. Can I get the Central Hub form to appear automatically on startup? If
> I
> can, then I can tell the Nav Bar to not appear, giving me thte full screen
> width.
>
> -or-
>
> 2. After the DB is opened (and I have manually selected the Central Hub
> form), can I close - not just minimize - the Nav Bar, which would give me
> the
> full screen width?
>
> Thanks. Bob



 
Reply With Quote
 
Allen Browne
Guest
Posts: n/a
 
      26th Jun 2006
A1: You can set the startup form in Access 2007 through:
Microsoft Office button (top left)
Access Options (lower border of dialog)
Current Database tab
Display Form

A2: You can programmatically hide the Nav Pane in A2007 with:
DoCmd.SelectObject acForm, , True
RunCommand acCmdWindowHide

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"Bob Tourkow" <(E-Mail Removed)> wrote in message
news:7EDA74CB-9053-43D5-B291-(E-Mail Removed)...
>I have a custom Access database (not created by me) that in Access 2003
> automatically ran a form ("Central Hub") on startup. The custom screens
> require the full screen width, which means that with the new Navigation
> Bar
> in place (even minimized) I lose the far right side of my screens. (The
> minimized Nav Bar "pushes" the screen to the right about 1/2 inch.) I
> understsand I can have the Nav Bar not appear on startup (I normally don't
> need it when running the custom DB), but if I can't get the Central Hub
> form
> to automatically appear when I open the DB, then I must have the Nav Bar
> to
> select the form.
>
> So I have two questions:
>
> 1. Can I get the Central Hub form to appear automatically on startup? If
> I
> can, then I can tell the Nav Bar to not appear, giving me thte full screen
> width.
>
> -or-
>
> 2. After the DB is opened (and I have manually selected the Central Hub
> form), can I close - not just minimize - the Nav Bar, which would give me
> the
> full screen width?
>
> Thanks. Bob



 
Reply With Quote
 
=?Utf-8?B?Qm9iIFRvdXJrb3c=?=
Guest
Posts: n/a
 
      26th Jun 2006
That seems to have done it. Thanks very much, Clint.

- Bob
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

"Clint Covington (MS)" wrote:

> you can hide the nav pane just like you did the old dbc.
>
> http://www.mvps.org/access/general/gen0031.htm
>
> You can set the central form as the startup form in the Office button |
> Access Options and click on the current database tab.
>
>
> "Bob Tourkow" <(E-Mail Removed)> wrote in message
> news:7EDA74CB-9053-43D5-B291-(E-Mail Removed)...
> >I have a custom Access database (not created by me) that in Access 2003
> > automatically ran a form ("Central Hub") on startup. The custom screens
> > require the full screen width, which means that with the new Navigation
> > Bar
> > in place (even minimized) I lose the far right side of my screens. (The
> > minimized Nav Bar "pushes" the screen to the right about 1/2 inch.) I
> > understsand I can have the Nav Bar not appear on startup (I normally don't
> > need it when running the custom DB), but if I can't get the Central Hub
> > form
> > to automatically appear when I open the DB, then I must have the Nav Bar
> > to
> > select the form.
> >
> > So I have two questions:
> >
> > 1. Can I get the Central Hub form to appear automatically on startup? If
> > I
> > can, then I can tell the Nav Bar to not appear, giving me thte full screen
> > width.
> >
> > -or-
> >
> > 2. After the DB is opened (and I have manually selected the Central Hub
> > form), can I close - not just minimize - the Nav Bar, which would give me
> > the
> > full screen width?
> >
> > Thanks. Bob

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I specify a form to display on startup in Access 2007 =?Utf-8?B?V2lsbCBGbGFuYWdhbg==?= Microsoft Access Forms 3 7th Jul 2008 04:10 AM
Load form on Startup in Access 2007 RSteph Microsoft Access 1 16th Apr 2008 09:38 PM
How do I set up a Startup Form with Access 2007 ? mthornblad@gmail.com Microsoft Access Forms 3 14th Aug 2007 01:22 AM
open form on startup in Access 2007 =?Utf-8?B?U2Vhbg==?= Microsoft Access 3 22nd Feb 2007 06:15 PM
Access 2007: How do I set the startup form? =?Utf-8?B?R2VvZmY=?= Microsoft Access 1 30th Jan 2007 07:12 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:55 PM.