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, but widespread attacks make patching prudent. Go ahead and patch, but watch out for potential problems. |
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, 4 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
-
Name of MS Word Formatting Feature
by
John Baum
46 minutes ago -
InControl Failure?
by
Casey H
3 hours, 8 minutes ago -
Microsoft : Free 1 year support for Windows 10 after EOL
by
Alex5723
37 minutes ago -
MS-DEFCON 3: Businesses must tread carefully
by
Susan Bradley
1 minute ago -
McLaren Health Care says data breach impacts 743,000 patients
by
Nibbled To Death By Ducks
14 hours, 38 minutes ago -
WhatsApp banned on House staffers’ devices
by
Alex5723
9 hours, 40 minutes ago -
Is your device eligible?
by
Susan Bradley
17 hours, 38 minutes ago -
Windows 11 Insider Preview build 26200.5661 released to DEV
by
joep517
23 hours, 49 minutes ago -
Windows 11 Insider Preview build 26120.4452 (24H2) released to BETA
by
joep517
23 hours, 50 minutes ago -
Hello Windows…My Problem is Windows Hello…
by
rdleib
1 day, 1 hour ago -
New Canon Printer Wants Data Sent
by
Win7and10
1 day, 1 hour ago -
I set up passkeys for my Microsoft account
by
Lance Whitney
14 hours, 54 minutes ago -
AI is for everyone
by
Peter Deegan
1 day ago -
Terabyte update 2025
by
Will Fastie
19 hours ago -
Migrating from Windows 10 to Windows 11
by
Susan Bradley
4 hours, 29 minutes ago -
Lost sound after the upgrade to 24H2?
by
Susan Bradley
2 days ago -
How to move 10GB of data in C:\ProgramData\Package Cache ?
by
Alex5723
3 hours, 39 minutes ago -
Plugged in 24-7
by
CWBillow
1 day, 10 hours ago -
Netflix, Apple, BofA websites hijacked with fake help-desk numbers
by
Nibbled To Death By Ducks
2 days, 13 hours ago -
Have Copilot there but not taking over the screen in Word
by
CWBillow
2 days, 10 hours ago -
Windows 11 blocks Chrome 137.0.7151.68, 137.0.7151.69
by
Alex5723
4 days, 4 hours ago -
Are Macs immune?
by
Susan Bradley
19 hours, 59 minutes ago -
HP Envy and the Function keys
by
CWBillow
3 days, 12 hours ago -
Microsoft : Removal of unwanted drivers from Windows Update
by
Alex5723
1 day, 5 hours ago -
MacOS 26 beta 1 dropped support for Firewire 400/800
by
Alex5723
4 days, 16 hours ago -
Unable to update to version 22h2
by
04om
2 days ago -
Windows 11 Insider Preview Build 26100.4482 (24H2) released to Release Preview
by
joep517
4 days, 23 hours ago -
Windows 11 Insider Preview build 27881 released to Canary
by
joep517
4 days, 23 hours ago -
Very Quarrelsome Taskbar!
by
CWBillow
4 days, 9 hours ago -
Move OneNote Notebook OFF OneDrive and make it local
by
CWBillow
5 days, 12 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.