I have created multiple copies of a database. I have them all named the same but in different folders on my hard drive. Is there a way that I can query all the databases for information at the same time? I mean for example in database A I have john Smith and in Database B I have Reginald Arnold but both customers have activated their service I want to create a query or report to look in both Database A and B to find anyone who activated their service. If anyone can help I have a blank copy of the database I can send zipped it is 196K Thank you.
![]() |
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 |
-
How Do I? (Access 2000)
Home » Forums » AskWoody support » Productivity software by function » MS Access and database help » How Do I? (Access 2000)
- This topic has 11 replies, 6 voices, and was last updated 23 years, 6 months ago.
AuthorTopicWSNeil82591
AskWoody LoungerOctober 9, 2001 at 9:28 pm #361333Viewing 5 reply threadsAuthorReplies-
WScharlotte
AskWoody LoungerOctober 9, 2001 at 11:54 pm #545953Why do you have multiple copies of the same database with the same name in different folders, and what exactly is it that you’re trying to do? If you’ve put segments of your data in different databases, you’re asking for trouble, because it will rapidly become impossible to maintain. What was the idea behind this?
-
WSNeil82591
AskWoody LoungerOctober 10, 2001 at 2:53 am #545977Each of the databases are used for different offices that I have. Each database keeps track of the same information but for different customers from different markets. The person in charge of each office did not want their data combined with any other offices data. So what I am trying to do is find a way to query all of them from one main database or something like that.
-
WScharlotte
AskWoody LoungerOctober 10, 2001 at 3:08 am #545980You have built yourself a nightmare. Data from one office doesn’t contaminate another, no matter what the offices in question might think, and it isn’t necessary for everyone to see all the records if the database is structure properly. What you should have done was to look into partial replication which would have allowed each office to see its own data but would still sync that data back to a single data store that you could use for reporting and other purposes. As it is, it is going to be very slow and awkward to create union queries for the data from all those separate databases, assuming that it will work at all.
-
WSNeil82591
AskWoody LoungerOctober 10, 2001 at 3:13 am #545981How woudl I do what you are proposing as far as using a main database but without allowing access to other offices information? I am new to this I have built databases and such but not jumped deeply into the power that access has to offer. Would it be easier to see the database I was talking about? If so I can email you a blank copy.
-
WScharlotte
AskWoody LoungerOctober 10, 2001 at 3:46 am #545984It isn’t necessary to see the database. There are several methods, but they depend on what kind of network arrangement you have. Any method would require that each record be identified by Office as well as any other information, because you would need that in order to filter the recordset for a particular office.
One way is to use Access security and assign each office to a separate user group. When the users log in, you would check the user group they belonged to and filter records for that office. Another way is to use partial replication, which is more complicated but can even be used on machines like laptops that are not permanently connected to a network. Check the Microsoft site for information on partial replication.
None of the methods are simple but neither is trying to manipulate a bunch of separate databases to make them behave like a single coherent database.
-
-
-
-
-
WSJerryC
AskWoody Lounger -
WSNeil82591
AskWoody Lounger
-
-
WBell
AskWoody_MVPOctober 10, 2001 at 10:45 am #546020Charlotte is absolutely right here. We have spent the last 18 months fixing databases because our client insisted early on that they didn’t want any data from different departments comingled. Then they discovered that they had to maintain addresses in multiple databases, the right hand never knew what the left hand was up to, etc.
You indicate that all of the databases are on your hard drive – if that is always the case, replication would work pretty well. On the other hand if they are normally located on the user’s hard drive and the users are some distance apart so modems would be involved, replication can take quite a while. It also tends to bloat the database significantly. I would probably look at the idea of filtering data so users only see their own if it can be implemented without a huge effort.
-
WSwemeier
AskWoody LoungerOctober 14, 2001 at 12:29 pm #546659If you do not want to use security or replication, a “cheap” way to accomplish this is to create a new, central, database that has only pointers to the tables on the other databases. Link to each database’s tables and give the local link name a different name for each (it is required that they be different anyway, but you could name them so it makes sense to you).
For example, if each office database has an Address table, link Address1 to office number 1’s Address table, link Address2 to office number 2, Address table, etc. Next, create a UNION query that combines all Address tables together:
SELECT FirstName, LastName, Address, City, State, Zip FROM Address1UNION SELECT FirstName, LastName, Address, City, State, Zip FROM Address2
UNION SELECT FirstName, LastName, Address, City, State, Zip FROM Address3;
Call this the Address query. Now, any other queries, reports, forms, etc. that were used to refer to the Address table (in the office databases) will now refer to the compendium of Address tables in all offices in this composite database! It will run slower than the other two ways (security and replication), but it will do the job. -
WSNeil82591
AskWoody Lounger -
WSRNCIENG
AskWoody LoungerNovember 2, 2001 at 6:47 pm #549880I thought I would put my 2 cents in …
I also agree with Charlotte, however, I have wore the shoes “the boss wants it”. After learning the hard way, I found it better to sit the boss down and explain why (sometimes) their idea isn’t the most practical and efficient not to mention logical. If you can explain this on their terms, you will save yourself a lot of headaches.
At any rate, I would make copies of the 4 db’s and in your spare time, clean them up as Charlotte mentioned. In the intrim combine the tables, assuming the tables have the same name, fields have the same name, and the structure is the same. Move the tables to a front end DB and link the tables to each office. Trust me they won’t know the difference.
Good Luck,
Viewing 5 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
-
Documents, Pictures, Desktop on OneDrive in Windows 11
by
ThePhoenix
2 hours, 24 minutes ago -
End of 10
by
Alex5723
5 hours, 4 minutes ago -
End Of 10 : Move to Linux
by
Alex5723
5 hours, 34 minutes ago -
Single account cannot access printer’s automatic duplex functionality
by
Bruce
2 hours, 2 minutes ago -
test post
by
gtd12345
11 hours, 5 minutes ago -
Privacy and the Real ID
by
Susan Bradley
1 hour, 13 minutes ago -
MS-DEFCON 2: Deferring that upgrade
by
Susan Bradley
2 hours, 2 minutes ago -
Cant log on to oldergeeks.Com
by
WSJonharnew
15 hours, 27 minutes ago -
Upgrading from Win 10
by
WSjcgc50
2 hours, 51 minutes ago -
USB webcam / microphone missing after KB5050009 update
by
WSlloydkuhnle
10 hours, 32 minutes ago -
TeleMessage, a modified Signal clone used by US government has been hacked
by
Alex5723
1 day, 7 hours ago -
The story of Windows Longhorn
by
Cybertooth
18 hours, 50 minutes ago -
Red x next to folder on OneDrive iPadOS
by
dmt_3904
1 day, 9 hours ago -
Are manuals extinct?
by
Susan Bradley
5 hours, 20 minutes ago -
Canonical ditching Sudo for Rust Sudo -rs starting with Ubuntu
by
Alex5723
1 day, 18 hours ago -
Network Issue
by
Casey H
1 day, 5 hours ago -
Fedora Linux is now an official WSL distro
by
Alex5723
2 days, 6 hours ago -
May 2025 Office non-Security updates
by
PKCano
2 days, 6 hours ago -
Windows 10 filehistory including onedrive folder
by
Steve Bondy
2 days, 8 hours ago -
pages print on restart (Win 11 23H2)
by
cyraxote
1 day, 9 hours ago -
Windows 11 Insider Preview build 26200.5581 released to DEV
by
joep517
2 days, 10 hours ago -
Windows 11 Insider Preview build 26120.3950 (24H2) released to BETA
by
joep517
2 days, 10 hours ago -
Proton to drop prices after ruling against “Apple tax”
by
Cybertooth
2 days, 18 hours ago -
24H2 Installer – don’t see Option for non destructive install
by
JP
1 day, 10 hours ago -
Asking Again here (New User and Fast change only backups)
by
thymej
3 days, 5 hours ago -
How much I spent on the Mac mini
by
Will Fastie
12 hours, 54 minutes ago -
How to get rid of Copilot in Microsoft 365
by
Lance Whitney
1 day, 8 hours ago -
Spring cleanup — 2025
by
Deanna McElveen
3 days, 11 hours ago -
Setting up Windows 11
by
Susan Bradley
2 days, 6 hours ago -
VLC Introduces Cutting-Edge AI Subtitling and Translation Capabilities
by
Alex5723
3 days, 6 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.