Re: Multiple databases
- From: "John Spencer" <spencer@xxxxxxxxx>
- Date: Fri, 30 Nov 2007 12:35:09 -0500
Do you have ten databases? or do you have ten Tables in one database?
If the former, I would suggest a new database with links to the relevant
tables in each of the databases and then you could build a union query based
on the linked tables. If you want all the data in one database then you
would need to build the employeeTime table and then run Append queries to
add the records from each of the ten tables to the newly created table.
--
John Spencer
Access MVP 2002-2005, 2007
Center for Health Program Development and Management
University of Maryland Baltimore County
..
"Double D" <rwd@xxxxxxxxxx> wrote in message
news:8835ca7b-255e-4765-a782-a2a9aa2060b5@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I have 10 databases that have the exact same layout (employee time).
What is the easiest way to combine the information into one new file.
I have tried JOIN and UNION and either don't really understand how
they work or used them incorrectly.
.
- References:
- Multiple databases
- From: Double D
- Multiple databases
- Prev by Date: Re: findfirst date leading zero
- Next by Date: Re: Query Problem
- Previous by thread: Multiple databases
- Next by thread: Calendar problem selecting last day of month
- Index(es):
Relevant Pages
|