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 LoungerWSHansV
AskWoody LoungerViewing 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
-
Best tools for upgrading a Windows 10 to an 11
by
Susan Bradley
12 minutes ago -
The end of Windows 10 is approaching, consider Linux and LibreOffice
by
Alex5723
1 hour, 12 minutes ago -
Extended Windows Built-in Disk Cleanup Utility
by
bbearren
2 hours, 22 minutes ago -
Win 11 24H2 June 2025 Update breaks WIFI
by
dportenlanger
13 hours, 19 minutes ago -
Update from WinPro 10 v. 1511 on T460p?
by
CatoRenasci
2 hours, 51 minutes ago -
System Restore and Updates Paused
by
veteran
15 hours, 50 minutes ago -
Windows 10/11 clock app
by
Kathy Stevens
2 hours, 55 minutes ago -
Turn off right-click draw
by
Charles Billow
19 hours, 4 minutes ago -
Introducing ChromeOS M137 to The Stable Channel
by
Alex5723
22 hours, 35 minutes ago -
Brian Wilson (The Beach Boys) R.I.P
by
Alex5723
30 minutes ago -
Master patch listing for June 10, 2025
by
Susan Bradley
1 day ago -
Suggestions for New All in One Printer and a Photo Printer Windows 10
by
Win7and10
3 hours, 4 minutes ago -
Purchasing New Printer. Uninstall old Printer Software First?
by
Win7and10
1 day, 6 hours ago -
KB5060842 Issue (Minor)
by
AC641
1 day, 10 hours ago -
EchoLeak : Zero Click M365 Copilot leak sensitive information
by
Alex5723
1 day, 13 hours ago -
24H2 may not be offered June updates
by
Susan Bradley
5 hours, 55 minutes ago -
Acronis : Tracking Chaos RAT’s evolution (Windows, Linux)
by
Alex5723
2 days, 1 hour ago -
June 2025 updates are out
by
Susan Bradley
21 minutes ago -
Mozilla shutting Deep Fake Detector
by
Alex5723
2 days, 16 hours ago -
Windows-Maintenance-Tool (.bat)
by
Alex5723
2 days, 2 hours ago -
Windows 11 Insider Preview build 26200.5641 released to DEV
by
joep517
2 days, 19 hours ago -
Windows 11 Insider Preview build 26120.4250 (24H2) released to BETA
by
joep517
2 days, 19 hours ago -
Install Office 365 Outlook classic on new Win11 machine
by
WSrcull999
2 days, 19 hours ago -
win 10 to win 11 with cpu/mb replacement
by
aquatarkus
2 days, 11 hours ago -
re-install Windows Security
by
CWBillow
2 days, 22 hours ago -
WWDC 2025 Recap: All of Apple’s NEW Features in 10 Minutes!
by
Alex5723
3 days, 2 hours ago -
macOS Tahoe 26
by
Alex5723
2 days, 20 hours ago -
Migrating from win10 to win11, instructions coming?
by
astro46
11 hours, 2 minutes ago -
Device Eligibility for Apple 2026 Operating Systems due this Fall
by
PKCano
2 days, 10 hours ago -
Recommended watching : Mountainhead movie
by
Alex5723
2 days, 11 hours 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.