When I click the Save button in the VBA editor, and there are several objects with pending saves, Access pops up a window asking which ones I want to save. Is there a way to revert to the same behaviour as Access 07 – i.e. to just save the current object with focus? I’ve looked thru the options for Access and VBA, but I don’t see anything obviously connected with this behaviour.
Thx.
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |
-
modify default ‘save’ behaviour? (A2002)
Home » Forums » AskWoody support » Productivity software by function » MS Access and database help » modify default ‘save’ behaviour? (A2002)
- This topic has 20 replies, 5 voices, and was last updated 21 years, 3 months ago.
AuthorTopicWSjacksonmacd
AskWoody LoungerFebruary 19, 2004 at 4:10 pm #401079Viewing 1 reply threadAuthorReplies-
WSHansV
AskWoody Lounger -
WSjacksonmacd
AskWoody Lounger -
WSMarkD
AskWoody LoungerFebruary 19, 2004 at 10:33 pm #787511I agree that it’s annoying you have to save all at once, or none – there’s a way to save only one object (I think by highlighting it??) but I can never remember exact sequence, so to be safe usually select “Save All”. It’s safe to say this behavior is probably “by design” hard-coded in the MS Access executable, and cannot be modified. AFAIK it is not a user option you can modify.
As for the @@ Bold formatting in A97msgbox’s, you can simulate this (to some extent) in A2K or later by using the Eval() function – see this previous post & related thread:
Re: Including @ in a message box (Access 97)
HTH
-
WSjacksonmacd
AskWoody LoungerFebruary 20, 2004 at 12:23 am #787543IMHO – that annoying behaviour about saving goes to the heart of user interface design. Previously, it was *my* perogative when to save the objects. In particular, I often edit several objects simultaneously, and with different “levels of confidence about their permanence”. I could switch between them at will, and when I was sure that I wanted to save the current object, then a quick Ctrl-S accomplished that one simple task. There’s an easy one-to-one correspondence — the object that I am editing is the one to be saved.
Now, with the “save all” interface, I must look thru the list of objects and decide which ones I am confident should be saved at that point in time. That’s not too tough — except now I must match my mental picture of the application with the list of names that is presented to me. Sometimes its not so obvious what’s what… (“Now which one of those forms *really* is stable…”)
Besides, with the old interface, every object was marked as “dirty”, and would dutifully ask if I wanted to save upon any Close command.
I just don’t see why it was necessary to change. I suppose it’s another one of those famous Microsoft improvements that have more to do with marketing than they have to do with productivity. Seems to me that’s a common theme throughout many of Woody’s books and articles.
I will have a look at the article about @@. Thanks
-
WScharlotte
AskWoody LoungerFebruary 20, 2004 at 12:46 am #787568Ah, but that isn’t part of the user interface, it’s part of the developer’s interface, and that’s quite different. There was a radical change between 97 and 2000 in the VBE, and the loading/compiling of all modules was part of it. It simply brought Access into the same VBE that all the rest of the Office/VB/VBA apps use.
-
WSjacksonmacd
AskWoody LoungerFebruary 20, 2004 at 3:13 pm #787844Point taken. I should have been more precise. I guess that “user interface for the developer” is what I really meant to say. Regardles of the name, I still think it’s a step backwards from the way it was in Access 97.
It’s entirely possible that the old method was better than the new method, but maybe that’s just personal preference. Dunno. Maybe the common interface will someday “catch up with” the way it was in the old system. But I won’t hold my breath.
-
WScharlotte
AskWoody LoungerFebruary 20, 2004 at 7:47 pm #787969 -
WSjacksonmacd
AskWoody LoungerFebruary 24, 2004 at 4:23 pm #789561 -
WScharlotte
AskWoody LoungerFebruary 25, 2004 at 2:44 am #789846“Close and Return to Access”? All that does is close the VBE. It has nothing to do with saving. You haven’t overlooked anything that I know of. I tend to use visual source safe, so all I need do is undo the checkout of an object to dump any changes since the last time it was checked in.
-
WScharlotte
AskWoody LoungerFebruary 25, 2004 at 2:44 am #789847“Close and Return to Access”? All that does is close the VBE. It has nothing to do with saving. You haven’t overlooked anything that I know of. I tend to use visual source safe, so all I need do is undo the checkout of an object to dump any changes since the last time it was checked in.
-
WBell
AskWoody_MVPFebruary 25, 2004 at 3:59 am #789877[indent]
Is there a quick way to “revert” a module to it’s “saved” state?
[/indent]If you are working strictly in a module, your changes to the module are not saved until you save the project as I understand it. If on the other hand, if you make changes to code behind a form, until the form is saved, your code is not saved either. Hope this helps. (BTW, I also use source safe in many situations.)
-
WBell
AskWoody_MVPFebruary 25, 2004 at 3:59 am #789878[indent]
Is there a quick way to “revert” a module to it’s “saved” state?
[/indent]If you are working strictly in a module, your changes to the module are not saved until you save the project as I understand it. If on the other hand, if you make changes to code behind a form, until the form is saved, your code is not saved either. Hope this helps. (BTW, I also use source safe in many situations.)
-
WSjacksonmacd
AskWoody LoungerFebruary 24, 2004 at 4:23 pm #789562 -
WScharlotte
AskWoody LoungerFebruary 20, 2004 at 7:47 pm #787970 -
WSjacksonmacd
AskWoody LoungerFebruary 20, 2004 at 3:13 pm #787845Point taken. I should have been more precise. I guess that “user interface for the developer” is what I really meant to say. Regardles of the name, I still think it’s a step backwards from the way it was in Access 97.
It’s entirely possible that the old method was better than the new method, but maybe that’s just personal preference. Dunno. Maybe the common interface will someday “catch up with” the way it was in the old system. But I won’t hold my breath.
-
WScharlotte
AskWoody LoungerFebruary 20, 2004 at 12:46 am #787569Ah, but that isn’t part of the user interface, it’s part of the developer’s interface, and that’s quite different. There was a radical change between 97 and 2000 in the VBE, and the loading/compiling of all modules was part of it. It simply brought Access into the same VBE that all the rest of the Office/VB/VBA apps use.
-
-
WSjacksonmacd
AskWoody LoungerFebruary 20, 2004 at 12:23 am #787544IMHO – that annoying behaviour about saving goes to the heart of user interface design. Previously, it was *my* perogative when to save the objects. In particular, I often edit several objects simultaneously, and with different “levels of confidence about their permanence”. I could switch between them at will, and when I was sure that I wanted to save the current object, then a quick Ctrl-S accomplished that one simple task. There’s an easy one-to-one correspondence — the object that I am editing is the one to be saved.
Now, with the “save all” interface, I must look thru the list of objects and decide which ones I am confident should be saved at that point in time. That’s not too tough — except now I must match my mental picture of the application with the list of names that is presented to me. Sometimes its not so obvious what’s what… (“Now which one of those forms *really* is stable…”)
Besides, with the old interface, every object was marked as “dirty”, and would dutifully ask if I wanted to save upon any Close command.
I just don’t see why it was necessary to change. I suppose it’s another one of those famous Microsoft improvements that have more to do with marketing than they have to do with productivity. Seems to me that’s a common theme throughout many of Woody’s books and articles.
I will have a look at the article about @@. Thanks
-
-
WSMarkD
AskWoody LoungerFebruary 19, 2004 at 10:33 pm #787512I agree that it’s annoying you have to save all at once, or none – there’s a way to save only one object (I think by highlighting it??) but I can never remember exact sequence, so to be safe usually select “Save All”. It’s safe to say this behavior is probably “by design” hard-coded in the MS Access executable, and cannot be modified. AFAIK it is not a user option you can modify.
As for the @@ Bold formatting in A97msgbox’s, you can simulate this (to some extent) in A2K or later by using the Eval() function – see this previous post & related thread:
Re: Including @ in a message box (Access 97)
HTH
-
-
WSjacksonmacd
AskWoody Lounger
-
-
WSHansV
AskWoody Lounger
Viewing 1 reply thread -

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
Windows 11 Insider Preview build 27871 released to Canary
by
joep517
11 hours, 44 minutes ago -
Windows 11 ad from Campaign Manager in Windows 10
by
Jim McKenna
9 hours, 5 minutes ago -
Small desktops
by
Susan Bradley
1 hour, 57 minutes ago -
Totally disable Bitlocker
by
CWBillow
10 hours, 6 minutes ago -
Phishers extract Millions from HMRC accounts..
by
Microfix
9 hours, 21 minutes ago -
Windows 10 22H2 Update today (5 June) says up-to-date but last was 2025-04
by
Alan_uk
1 day, 15 hours ago -
Thoughts on Malwarebytes Scam Guard for Mobile?
by
opti1
9 hours, 17 minutes ago -
Mystical Desktop
by
CWBillow
1 day, 19 hours ago -
Meta and Yandex secretly tracked billions of Android users
by
Alex5723
1 day ago -
MS-DEFCON 2: Do you need that update?
by
Susan Bradley
10 hours, 55 minutes ago -
CD/DVD drive is no longer recognized
by
WSCape Sand
2 days, 10 hours ago -
Windows 11 24H2 Default Apps stuck on Edge and Adobe Photoshop
by
MikeBravo
2 days, 13 hours ago -
North Face and Cartier customer data stolen in cyber attacks
by
Alex5723
2 days, 11 hours ago -
What is wrong with simple approach?
by
WSSpoke36
9 hours, 12 minutes ago -
Microsoft-Backed Builder.ai Set for Bankruptcy After Cash Seized
by
Alex5723
2 days, 22 hours ago -
Location, location, location
by
Susan Bradley
1 day, 12 hours ago -
Cannot get a task to run a restore point
by
CWBillow
2 days, 23 hours ago -
Frustrating search behavior with Outlook
by
MrJimPhelps
2 days, 14 hours ago -
June 2025 Office non-Security Updates
by
PKCano
3 days, 10 hours ago -
Secure Boot Update Fails after KB5058405 Installed
by
SteveIT
1 day, 13 hours ago -
Firefox Red Panda Fun Stuff
by
Lars220
3 days, 10 hours ago -
How start headers and page numbers on page 3?
by
Davidhs
3 days, 21 hours ago -
Attack on LexisNexis Risk Solutions exposes data on 300k +
by
Nibbled To Death By Ducks
2 days, 23 hours ago -
Windows 11 Insider Preview build 26200.5622 released to DEV
by
joep517
4 days, 5 hours ago -
Windows 11 Insider Preview build 26120.4230 (24H2) released to BETA
by
joep517
4 days, 5 hours ago -
MS Excel 2019 Now Prompts to Back Up With OneDrive
by
lmacri
3 days, 19 hours ago -
Firefox 139
by
Charlie
3 days, 12 hours ago -
Who knows what?
by
Will Fastie
2 days, 14 hours ago -
My top ten underappreciated features in Office
by
Peter Deegan
17 hours ago -
WAU Manager — It’s your computer, you are in charge!
by
Deanna McElveen
2 hours, 54 minutes ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.