A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

open database to input data



 
 
Thread Tools Display Modes
  #1  
Old November 20th, 2009, 04:08 PM posted to microsoft.public.access.gettingstarted
Ashley
external usenet poster
 
Posts: 189
Default open database to input data

When a user opens the file for the database in Windows, how do we make it so
the form for inputting data is already pulled up, so the user will not have
to remember which form we want?
  #2  
Old November 20th, 2009, 04:32 PM posted to microsoft.public.access.gettingstarted
Ed Robichaud
external usenet poster
 
Posts: 90
Default open database to input data

One of the easier methods is to use the AutoExec macro. Create a macro;
name it "autoexec"; then set its actions to open the form you want; and
maybe minimize the database window, hide the toolbars, etc. When the mdb is
opened, the autoexec macro is called and all its actions are run.

A slightly more involved approach would be to create a Switchboard type form
to serve as an on-screen menu. That form would have a series of command
buttons to open
your other forms and reports.

And perhaps lastly and easiest, most version of Access allow you to
designate a startup form. Use the ToolsStartup menu to set the startup
conditions for your mdb.

-Ed

"Ashley" wrote in message
news
When a user opens the file for the database in Windows, how do we make it
so
the form for inputting data is already pulled up, so the user will not
have
to remember which form we want?



  #3  
Old November 20th, 2009, 04:34 PM posted to microsoft.public.access.gettingstarted
John Spencer
external usenet poster
 
Posts: 7,815
Default open database to input data

==Open the database in design mode
==Select Tools: Startup
==Set Display Form/Page to the form you want to display when the database opens.


In Access 2007 (More steps - same result)
== Open the database in design mode
== Click on the Office button
== Click the Access Options button at the bottom of the window
== Click Current Database
== Set Display Form to the form you want to display when the database opens

John Spencer
Access MVP 2002-2005, 2007-2009
The Hilltop Institute
University of Maryland Baltimore County

Ashley wrote:
When a user opens the file for the database in Windows, how do we make it so
the form for inputting data is already pulled up, so the user will not have
to remember which form we want?

  #4  
Old November 20th, 2009, 05:20 PM posted to microsoft.public.access.gettingstarted
Ashley
external usenet poster
 
Posts: 189
Default open database to input data

Thank you both very much! Worked like a charm!

"John Spencer" wrote:

==Open the database in design mode
==Select Tools: Startup
==Set Display Form/Page to the form you want to display when the database opens.


In Access 2007 (More steps - same result)
== Open the database in design mode
== Click on the Office button
== Click the Access Options button at the bottom of the window
== Click Current Database
== Set Display Form to the form you want to display when the database opens

John Spencer
Access MVP 2002-2005, 2007-2009
The Hilltop Institute
University of Maryland Baltimore County

Ashley wrote:
When a user opens the file for the database in Windows, how do we make it so
the form for inputting data is already pulled up, so the user will not have
to remember which form we want?

.

  #5  
Old November 20th, 2009, 06:04 PM posted to microsoft.public.access.gettingstarted
Philip Herlihy[_3_]
external usenet poster
 
Posts: 62
Default open database to input data

It's also worth noting that you can set a form property "Data Entry" so that
it's already waiting for input, rather than showing an existing record.

Phil, London

"Ashley" wrote in message
...
Thank you both very much! Worked like a charm!

"John Spencer" wrote:

==Open the database in design mode
==Select Tools: Startup
==Set Display Form/Page to the form you want to display when the database
opens.


In Access 2007 (More steps - same result)
== Open the database in design mode
== Click on the Office button
== Click the Access Options button at the bottom of the window
== Click Current Database
== Set Display Form to the form you want to display when the database
opens

John Spencer
Access MVP 2002-2005, 2007-2009
The Hilltop Institute
University of Maryland Baltimore County

Ashley wrote:
When a user opens the file for the database in Windows, how do we make
it so
the form for inputting data is already pulled up, so the user will not
have
to remember which form we want?

.

  #6  
Old November 20th, 2009, 08:12 PM posted to microsoft.public.access.gettingstarted
Linq Adams via AccessMonster.com
external usenet poster
 
Posts: 1,474
Default open database to input data

Philip Herlihy wrote:
It's also worth noting that you can set a form property "Data Entry" so that
it's already waiting for input, rather than showing an existing record.


It's also worth noting that setting "Data Entry" to Yes means that you can
***only*** enter new records, you cannot view pre-existing records.

--
There's ALWAYS more than one way to skin a cat!

Answers/posts based on Access 2000/2003

Message posted via http://www.accessmonster.com

  #7  
Old November 21st, 2009, 12:58 PM posted to microsoft.public.access.gettingstarted
Philip Herlihy[_3_]
external usenet poster
 
Posts: 62
Default open database to input data

Quite right, and in fact I'd been thinking of something else: you can add a
line after "OpenForm" to the macro "GoToRecord", and in that action's
properties select "New" Record, and the form will open ready to accept a new
record, but still displaying the VCR controls to allow you to access
existing ones.

Phil

"Linq Adams via AccessMonster.com" u28780@uwe wrote in message
news:9f697fe02ecf8@uwe...
Philip Herlihy wrote:
It's also worth noting that you can set a form property "Data Entry" so
that
it's already waiting for input, rather than showing an existing record.


It's also worth noting that setting "Data Entry" to Yes means that you can
***only*** enter new records, you cannot view pre-existing records.

--
There's ALWAYS more than one way to skin a cat!

Answers/posts based on Access 2000/2003

Message posted via http://www.accessmonster.com

 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 07:01 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.