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.
![]() |
There are isolated problems with current patches, but they are well-known and documented on this site. |
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, 7 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
-
Microsoft : Ending USB-C® Port Confusion
by
Alex5723
20 minutes ago -
KB5061768 update for Intel vPro processor
by
drmark
2 hours, 43 minutes ago -
Outlook 365 classic has exhausted all shared resources
by
drmark
13 minutes ago -
My Simple Word 2010 Macro Is Not Working
by
mbennett555
14 hours, 46 minutes ago -
Office gets current release
by
Susan Bradley
19 hours, 30 minutes ago -
FBI: Still Using One of These Old Routers? It’s Vulnerable to Hackers
by
Alex5723
1 day, 12 hours ago -
Windows AI Local Only no NPU required!
by
RetiredGeek
20 hours, 33 minutes ago -
Stop the OneDrive defaults
by
CWBillow
1 day, 12 hours ago -
Windows 11 Insider Preview build 27868 released to Canary
by
joep517
1 day, 22 hours ago -
X Suspends Encrypted DMs
by
Alex5723
2 days ago -
WSJ : My Robot and Me AI generated movie
by
Alex5723
2 days, 1 hour ago -
Botnet hacks 9,000+ ASUS routers to add persistent SSH backdoor
by
Alex5723
2 days, 1 hour ago -
OpenAI model sabotages shutdown code
by
Cybertooth
2 days, 2 hours ago -
Backup and access old e-mails after company e-mail address is terminated
by
M W Leijendekker
1 day, 14 hours ago -
Enabling Secureboot
by
ITguy
1 day, 21 hours ago -
Windows hosting exposes additional bugs
by
Susan Bradley
2 days, 10 hours ago -
No more rounded corners??
by
CWBillow
2 days, 6 hours ago -
Android 15 and IPV6
by
Win7and10
1 day, 19 hours ago -
KB5058405 might fail to install with recovery error 0xc0000098 in ACPI.sys
by
Susan Bradley
2 days, 22 hours ago -
T-Mobile’s T-Life App has a “Screen Recording Tool” Turned on
by
Alex5723
3 days, 1 hour ago -
Windows 11 Insider Preview Build 26100.4202 (24H2) released to Release Preview
by
joep517
2 days, 20 hours ago -
Windows Update orchestration platform to update all software
by
Alex5723
3 days, 8 hours ago -
May preview updates
by
Susan Bradley
2 days, 20 hours ago -
Microsoft releases KB5061977 Windows 11 24H2, Server 2025 emergency out of band
by
Alex5723
2 days, 11 hours ago -
Just got this pop-up page while browsing
by
Alex5723
3 days ago -
KB5058379 / KB 5061768 Failures
by
crown
2 days, 22 hours ago -
Windows 10 23H2 Good to Update to ?
by
jkitc
2 days ago -
At last – installation of 24H2
by
Botswana12
4 days ago -
MS-DEFCON 4: As good as it gets
by
Susan Bradley
22 hours, 2 minutes ago -
RyTuneX optimize Windows 10/11 tool
by
Alex5723
4 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.