"IT Challenged" <IT
(E-Mail Removed)> wrote in message
news:9531726F-4A66-4493-A8D8-(E-Mail Removed)...
> To the people who know more than me...
>
> I'm running SharePoint Service 2.0 and currently have linked tables in
> Access 2003 pointing to 10 lists. The structure of these lists are exactly
> the same.
>
> I need a way to merge all the information from the 10 tables into 1 table
> and make a way for this to happen on a daily at a given time.
Are you familiar with UNION and UNION ALL Queries/SQL Statements? That will
allow you to concatenate the information from all ten (linked tables)...
then you could convert that into an Append or a Make-Table Query to create
the new table. As these would be stored Queries, it would be simple to
execute them from VBA code.
Larry Linson
Microsoft Access MVP