DataBase - open database to input data
Asked By Ashley
20-Nov-09 11:08 AM
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?
Access 2007
(1)
Office
(1)
Database
(1)
AutoExec
(1)
Windows
(1)
Phil
(1)
Toolbars
(1)
VCR
(1)
John Spencer replied to Ashley
==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
Ed Robichaud replied to Ashley
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 <Tools><Startup> menu to set the startup
conditions for your mdb.
-Ed
Ashley replied to John Spencer
Thank you both very much! Worked like a charm!
Philip Herlihy replied to Ashley
it is also worth noting that you can set a form property "Data Entry" so that
it is already waiting for input, rather than showing an existing record.
Phil, London
Linq Adams via AccessMonster.com replied to Philip Herlihy
it is also worth noting that setting "Data Entry" to Yes means that you can
***only*** enter new records, you cannot view pre-existing records.
--
There is ALWAYS more than one way to skin a cat!
Answers/posts based on Access 2000/2003
Message posted via http://www.accessmonster.com
Philip Herlihy replied to Linq Adams via AccessMonster.com
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
Library Database DataBase Firstly, I am not sure if Library database is the correct term. I am talking about Dbs to which you set a reference drew blanks last time. Now assuming I have several referenced (library?) databases in my main database, how do I get the names of all the forms in all the Dbs? CodeProject AllForms.Count gives me the correct number of forms if I am in that referenced database. What I think I need is a method of looping through all the different CodeProject names in the main database, but there is not a sort of CodeProjects parent object. Or somehow moving the focus in the library and seeing how many forms there are. Any help gratefully received Phil Access Discussions David W. Fenton (1) Access 2007 (1) Office 2007 (1) Windows 7 (1) Distributed (1) Exception (1) Relative (1) Declare
Access 2010 article DataBase A very interesting article. http: / / dmoffat.wordpress.com / 2009 / 11 / 06 / access-2010-and-sharepoint-welcome-to-the-hybrid-access-application / From what the author says, apparently beta users are now able to provide information on details of Access 2010. If this is true hopefully more info will become available soon. I hope so Also I read that a public beta of Office 2010 is supposed to be initially released at an event in Germany today. If so notified when it is available. so, if beta users can now "spill their guts" about Access 2010, please do so. My key questions: What limitations are there on what can be The author above says that there are some changes necessary to existing apps, "an existing Access application cannot be Published to SharePoint Server without a few changes. Indexes, relationships, lookups, primary
trying to minimize Write Conflicts in a multi-user database DataBase I have a multi-user Access 2003 database and lately a number of our users are running into the Write Conflict message gives will accomplish something before I spend the time making those changes. Thanks in advance, Paul Access Discussions SQL Server (1) MySQL (1) Windows XP (1) Access 2.0 (1) Access 2010 (1) Access 2007 (1) Access 2003 (1) Outlook (1) I have a similar set
How to Pass a Parm from VBS script to Access 2007 DataBase We have a VBS Script that initiates a Sub in an Access 2007 DB. This works nicely. We now would like to pass a parm from our VBS cannot figure out is how to code the VBS script to pass the parm to Access. An example would be most appreciated. Thanks, Brad Access Discussions WScript.CreateObject (1) Access 2007 (1) Office (1) WScript.Shell (1) VBA (1) Database (1) Report (1) McrStartController (1
Strange compile problem using me. keyword - Access 2010 DataBase Hi all. I had some strange problem before and i created the new table and things that can let me go by this - use the ME! keyword or replace "Microsoft Office 14 Access Data Object Engine" with DAO 3.6 reference. Old database is working just fine with the "Microsoft Office 14 Access Data Object Engine" reference. What can I do ? P.S. The old database was created in Access 2007, then followed Access 2010 14.0.4734 version (beta) now