I have two tables where one is a master table that gives me the name of the queue, who it belongs to, and where its located. What i am looking to do is link it to another table of results e.g. WE30.10.09 that has the name of the queue, volume, and time.
MASTER
Queue Name
Owner
Location
WE30.10.09
Queue Name
Volume
Time
What i would like to do is combine these two where if the queue names between the master and weekly table match up then add the volume and time value alongside. This needs to be updated on a weekly basis so eventually, i could have several weekly files but just the one master. Also need to make sure that if queue name is not found on weekly file than need to leave this blank or with a 0.
Thanks in advance.
MASTER
Queue Name
Owner
Location
WE30.10.09
Queue Name
Volume
Time
What i would like to do is combine these two where if the queue names between the master and weekly table match up then add the volume and time value alongside. This needs to be updated on a weekly basis so eventually, i could have several weekly files but just the one master. Also need to make sure that if queue name is not found on weekly file than need to leave this blank or with a 0.
Thanks in advance.