On 14 Nov 2003 04:25:12 -0800,
grumpyoldsod@freeuk.com (G rumpy O ld
D uffer) wrote:
You could start with a union query:
select * from tblWeek1
union
select * from tblWeek2
....etc...
A much better solution is to develop a single perpetual database for
them, by adding a date field to the data, or perhaps a yyyyww (year
number, week number) field.
-Tom.
[color=blue]
>This is probably a 'Low-Level' question to all the ACCESS experts but
>I've only been using ACCESS for a couple of weeks.
>
>I've been given 30+ (and counting) separate 'Weekly' Databases which
>all have a Table, in exactly the same Field format, in each of these
>'Weekly' DataBases.
>
>I want to set-up a new 'Master' Database, so that I can write one
>Query to search all the 'Weekly' Databases and produce one new Table
>in the 'Master' Database from all the Tables in the 'Weekly'
>Databases.
>
>I've Linked (File/Get External Data/Link Tables) all the relevant
>Tables from the 'Weekly' Databases to the 'Master' Database but need
>help to create a Query for extracting, for example, all London related
>items. I've been told it can be done using SQL (which I have no
>experience of!!).
>
>Any 'step by step' assistance would be greatly appreciated.
>
>I'm using ACCESS 2000.[/color]