I have 4 tables of info to merge into one.
1. tblForecast
fields: style,color,size,week,units
2. tblWIP
fields: style,color,size,week,units
3. tblOnOrder
fields: style,color,size,week,units
4. tblOnHand
fields: style,color,size,week,units
I need to get all four tables into one
tblStatus
fields: style,color,size,week,FCunits,WIPunits,OHunits,OOunits
one row of info for each sku/week
I have a module that loops thru each week/sku and calculates the available to sell based on each weeks status and the previous weeks available.
any advice will be appreciated.
1. tblForecast
fields: style,color,size,week,units
2. tblWIP
fields: style,color,size,week,units
3. tblOnOrder
fields: style,color,size,week,units
4. tblOnHand
fields: style,color,size,week,units
I need to get all four tables into one
tblStatus
fields: style,color,size,week,FCunits,WIPunits,OHunits,OOunits
one row of info for each sku/week
I have a module that loops thru each week/sku and calculates the available to sell based on each weeks status and the previous weeks available.
any advice will be appreciated.