Wrox Programmer Forums
|
Access Discussion of Microsoft Access database design and programming. See also the forums for Access ASP and Access VBA.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 5th, 2004, 01:42 PM
Registered User
 
Join Date: May 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Display form only

Hi everyone,

Is there any way that makes MS access 97 up to display only a form when we double click on the access file? Any suggestion would be appreciated? Thanks a lot in advance.



 
Old May 5th, 2004, 05:38 PM
Friend of Wrox
 
Join Date: Nov 2003
Posts: 625
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to jemacc
Default

Do you mean like a startup form. when the user clicks the access.mdb file; for it to open to a certain form?

If so,
open your database
--> select tools
--> Startup
Under Display form

select the form you wish to open when your database is used.

also look in other options available to you. Like hiding the database window.

FYI

Look up information for creating MDE database for access
 
Old May 5th, 2004, 10:04 PM
Registered User
 
Join Date: May 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks jemacc. I can open the form and hide the database window, but I can't hide the background of MS access and the menu bar. Toolbars in Customize didn't allow me to uncheck the menu bar.

I want when a user clicks on a file, ONLY the display form will appear on the screen, nothing else, and the user can only use the button "find" to get information stored in the database, not add or delete a record. I did try the MDE and it worked well; however, since the menu bar is still there, the user can delete or add more record by choosing Edit on the menu bar. Do you have any idea?

Thanks again in advance.

Antoine



 
Old May 6th, 2004, 12:05 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 308
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Try this:
http://www.mvps.org/access/api/api0019.htm

Steven

I am a loud man with a very large hat. This means I am in charge
 
Old May 6th, 2004, 12:07 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 308
Thanks: 0
Thanked 0 Times in 0 Posts
Default

However, There's a slightly easier option,

Have your startup form maximize on load, set it to be Modal, and the BorderStyle to be None

I am a loud man with a very large hat. This means I am in charge
 
Old May 6th, 2004, 03:07 PM
Registered User
 
Join Date: May 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks a lot Steven. The easier option that you suggested works well. That's all I want to do with the file now. Thanks again and have a good day.

Antoine

 
Old May 6th, 2004, 07:18 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 308
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Just as another option,
you might want to set the Shortcut Menu to No
This gets rid of the context menu when users right click

I am a loud man with a very large hat. This means I am in charge





Similar Threads
Thread Thread Starter Forum Replies Last Post
Dynamic Form Display Morn ASP.NET 2.0 Basics 0 March 13th, 2007 03:30 PM
display excel sheet in form Kaustav Pro VB 6 0 March 8th, 2006 02:07 AM
Display icon and form caption vickyj Beginning VB 6 1 January 31st, 2006 05:55 AM
Form Display bahachin Excel VBA 12 February 4th, 2005 03:34 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.