I have had a access 2003 database running for over 12 months. Size is only 10 mb but networking team say it is too big and I must shrink it down.
I have 3 people inputting into database. All have their own front end on desktops.
I was thinking of creating 3 separate back ends so that they all have a complete database on their own.
For the purpose of my reports I want to combine all data.
All fields are called exactly the same.
But they contain unique data records.
Exampe.
Tables all called data. Field called job_no
Database a has job no A1, a2,a3
Database b has job no's b1,b2,b3
Batabase c has job no's c1,c2,c3
I want a query that will bring back data from field called job_no from all databases.
So result should look like this.
Job_no
A1
A2
A3
B
B2
B3
C1
C2
C3
Please let me know your thoughts
Regards
Tucker61
I have 3 people inputting into database. All have their own front end on desktops.
I was thinking of creating 3 separate back ends so that they all have a complete database on their own.
For the purpose of my reports I want to combine all data.
All fields are called exactly the same.
But they contain unique data records.
Exampe.
Tables all called data. Field called job_no
Database a has job no A1, a2,a3
Database b has job no's b1,b2,b3
Batabase c has job no's c1,c2,c3
I want a query that will bring back data from field called job_no from all databases.
So result should look like this.
Job_no
A1
A2
A3
B
B2
B3
C1
C2
C3
Please let me know your thoughts
Regards
Tucker61