Unfortunately Im pretty new at this, but I'll try and provide as much
info as possilble:
I have a table with information. 16 columns represent months which have
a listing of required quantities. 1 = January and so on for the month,
but the values within the column represent quantities.
I have another table which I would like to bring in. This has a number
of columns as well, one of which contains numbers which correspond to a
month (ie. 1, 3, 15, etc.). Other columns within this table also
contain quantities.
What I would like to do, if its even possible, is bring in quantities
from the second table and display them along with the quantities from
the first table, having the quantities in the second table fall under
the correct month (as displayed in the column heading) according to the
monthvalue in the second table. Essentially merge all quantities into a
single column, using the monthvalue as a reference for which column
they should go into.
Hope that makes some sort of sense

-Sean