tazz
Member
Hello,
I have 2 tables, one with data and the other one needs to update from the firs one according to the job # I input.This is an example:
[pre]
[/pre]
Job# and month in Table 2 will change every month.
Thank you.
I have 2 tables, one with data and the other one needs to update from the firs one according to the job # I input.This is an example:
[pre]
Code:
Table 1:
job# Jun-12 Jul-12 Aug-12 Sept-12 .....
333 55 71 23 14
111 19 83
222 17
Table 2:
job# Jul-12 Aug-12 Sept-12
111
222
333
Job# and month in Table 2 will change every month.
Thank you.