Hi.
Can anyone tell me if they are aware of a utility for Access that will allow me to compare two “versions” of a database? I’m often asked to create a report or query for one of the databases I maintain, and it’s a very difficult task to do during they day, because many people are using it. Ideally, I’d like to be able to work on a copy of the current one and then impart my changes to the “active” one. It’s difficult to move the database to my desktop to to my work, because people need to keep adding records. But if I work on a copy, I’m afraid that I will forget something when attempting to copy the reports and their associated queries (and, heaven forbid, new forms and fields).
Is there a third party utility that will let me copy the new stuff, or even everything but the tables or the data in the tables?
Thanks for your input.
![]() |
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 |
-
Compare Database Versions (Access XP)
Home » Forums » AskWoody support » Productivity software by function » MS Access and database help » Compare Database Versions (Access XP)
- This topic has 11 replies, 5 voices, and was last updated 17 years, 6 months ago.
AuthorTopicWSMesaka
AskWoody LoungerMarch 8, 2004 at 6:49 pm #401941Viewing 6 reply threadsAuthorReplies-
WSWebGenii
AskWoody Lounger -
WSMesaka
AskWoody Lounger -
WSWebGenii
AskWoody Lounger -
WSWebGenii
AskWoody Lounger
-
-
WSMesaka
AskWoody Lounger
-
-
WSWebGenii
AskWoody Lounger -
WSHansV
AskWoody LoungerMarch 8, 2004 at 7:32 pm #796231See Microsoft Access third party utilities, products, tools, modules, etc.. Under “Compare Access databases” you’ll find a list of tools to compare databases.
-
WSHansV
AskWoody LoungerMarch 8, 2004 at 7:32 pm #796232See Microsoft Access third party utilities, products, tools, modules, etc.. Under “Compare Access databases” you’ll find a list of tools to compare databases.
-
WScharlotte
AskWoody LoungerMarch 8, 2004 at 11:24 pm #796377There are tools available, but I have to say that I haven’t found one that actually works. Most of them use the modified dates of the objects as the basis for comparison. Unfortunately, compacting the database changes those values.
With Access 2000 and later, you can’t “impart” your changes anyhow unless you have exclusive access to the database. You would be better off splitting front and back ends and simply distributing a new front end with the changes included.
-
WScharlotte
AskWoody LoungerMarch 8, 2004 at 11:24 pm #796378There are tools available, but I have to say that I haven’t found one that actually works. Most of them use the modified dates of the objects as the basis for comparison. Unfortunately, compacting the database changes those values.
With Access 2000 and later, you can’t “impart” your changes anyhow unless you have exclusive access to the database. You would be better off splitting front and back ends and simply distributing a new front end with the changes included.
-
WSjhimes
AskWoody LoungerDecember 12, 2007 at 6:27 pm #1088043Not that this reply will help you 3 years later but I have a similar need. This is even with a split database where 1 copy of the front end is on a network share. It is encouraged that the end users copy the front end to their machines for performance & due to one local table where the users can paste data & then run queries against that data, but not everyone does.
What I do is manual. I am only looking for items (Table, Query, Form, Macro, Module,… but not data or changed items) that someone added to the network version of the front end so I can review if I need to copy these back to my “master” copy of the front end. (if someone made changes to the design & did not let me know or request me to do that, too bad!)
In both databases I will go to Tools, Options and select to display System Items.
I will then open, copy & paste the contents of the table MSysObjects from both databases into an Excel Spreadsheet. Each DB’s version on a different tab.
I sort the data by the TYPE and then by NAME.
On the one from the network share I will do a VLOOKUP back to my master version on the NAME column. Any that don’t match, I will take a look at & import into my Master version.
____________________________________________________________________________________________________
Actually while thinking about it, I just created a query where I do this compare from a linked MSysObjects on the network version to my local or master database doing a left join on Type & Name where the local Name is null. (helps not doing a stare & compare)Here is my query – SQL View:
(database name is Playground, renamed linked MSysObjects to MSysObjects – Network Playground and then set the Hidden flag in properties)SELECT [MSysObjects – Network Playground].Type, [MSysObjects – Network Playground].Name, [MSysObjects – Network Playground].DateCreate, [MSysObjects – Network Playground].DateUpdate
FROM [MSysObjects – Network Playground] LEFT JOIN MSysObjects ON ([MSysObjects – Network Playground].Name = MSysObjects.Name) AND ([MSysObjects – Network Playground].Type = MSysObjects.Type)
WHERE (((MSysObjects.Name) Is Null))
ORDER BY [MSysObjects – Network Playground].Type, [MSysObjects – Network Playground].Name;Hopefully this will help someone!
Viewing 6 reply threads -

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