PC Review


Reply
Thread Tools Rate Thread

Requirement to Save As When Opening a Database

 
 
lu
Guest
Posts: n/a
 
      26th Apr 2008
I teach an introductory MSAccess 2007 class. We have found that many times
when we open a saved database, it requires us to Save As with a number
automatically added to the end of the name. Any ideas on why and how to avoid
this?
--
lu
 
Reply With Quote
 
 
 
 
NoodNutt
Guest
Posts: n/a
 
      26th Apr 2008
Lu

In the OnOpen() Event of the MainMenu see if there is a Save command
inserted

Either delete the command line or REM it so it is skipped when the OnOpen()
Event is triggered.

HTH
Mark.


 
Reply With Quote
 
lu
Guest
Posts: n/a
 
      27th Apr 2008
O'm sorry, but where do I go to find the OnOpen() Event?? Thanks for your help.
--
lu


"NoodNutt" wrote:

> Lu
>
> In the OnOpen() Event of the MainMenu see if there is a Save command
> inserted
>
> Either delete the command line or REM it so it is skipped when the OnOpen()
> Event is triggered.
>
> HTH
> Mark.
>
>
>

 
Reply With Quote
 
NoodNutt
Guest
Posts: n/a
 
      27th Apr 2008
Lu

Do you have access rights to edit the MainMenu of the DB, or for that
matter, any of the forms in it.

If you don't, then you need to find out from your IT department if they will
do it for you.

If you do, then open the MainMenu in DesignMode and go to the forms
properties, then click on the EventsTab, then look for the OnOpen line, it
will have [Event Procedure] beside it, click on the CmdBtn [...] to open it
in VB editor.

Once you done this you check if there is a save Cmd line.

(note), also check, OnLoad(), OnActivate() too.

If you find a Save Cmd Line, you can either delete the line or put (Rem) in
front of the line so it will be skipped when the event is triggered.

HTH
Mark.


 
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
Removing the password requirement when importing/opening a pst fil =?Utf-8?B?U29sbHktbWFu?= Microsoft Outlook 1 11th Feb 2005 10:48 PM
Before Save Requirement Phil Hageman Microsoft Excel Programming 2 13th Jan 2004 12:41 AM
RE: Requirement to save file =?Utf-8?B?SmltIFBhZ2V0?= Microsoft Word New Users 1 6th Nov 2003 03:18 AM
Re: Requirement to save file Suzanne S. Barnhill Microsoft Word New Users 0 11th Sep 2003 05:48 PM
Re: Requirement to save file Suzanne S. Barnhill Microsoft Word New Users 0 11th Sep 2003 05:47 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:18 PM.