Hi, i am currently working on a database that will allow me to view weekly stats for upto a 1000 queues. Currently I have managed to build the 2 tables, 1st is the MASTER DB (showing all queue details) and the 2nd is a temp table that links a source file ( exported table) to the MASTER DB to show 1 weeks worth of data.

The problem i have is that i would like to add each weeks data to the MASTER DB in order to view a months worth of data but im not too sure how i can do this?

if somebody could please help, would really appreciate it.

Thanks in advance.