A
Andy
Hi all,
We currently have a database that is gaining size quite rapidly. As we
don't have any other methods of storing data (we can't get any other
software), my ideal solution to a future meltdown would be to start a
new database every 6-12 months and simply link all tables together in
a master database.
Say, for example, I now have two databases with identical table and
field names, but different data - both called tblAirport.
If I link them both to a master database as tblAirport1 and
tblAirport2 and merged both tables I would, again have the size issue
to contend with.
Instead of having to run separate queries for tblAirport1 and
tblAirport2 is there a way to temporarily merge them in one query?
Either that or creating an append query that lets me choose which
dates (each table has a date field) are appended to the new table, to
keep the size low enough. My SQL is not good enough to try testing
this however.
Any ideas welcome!
We currently have a database that is gaining size quite rapidly. As we
don't have any other methods of storing data (we can't get any other
software), my ideal solution to a future meltdown would be to start a
new database every 6-12 months and simply link all tables together in
a master database.
Say, for example, I now have two databases with identical table and
field names, but different data - both called tblAirport.
If I link them both to a master database as tblAirport1 and
tblAirport2 and merged both tables I would, again have the size issue
to contend with.
Instead of having to run separate queries for tblAirport1 and
tblAirport2 is there a way to temporarily merge them in one query?
Either that or creating an append query that lets me choose which
dates (each table has a date field) are appended to the new table, to
keep the size low enough. My SQL is not good enough to try testing
this however.
Any ideas welcome!