rs_PeriodIssue.AddNew
rs_PeriodIssue("Item").Value = strItemOld
rs_PeriodIssue("Item Desc").Value = strItemDesc
rs_PeriodIssue("WH").Value = strWarehouse
intArrayElement = 0
For i = 0 To intPeriodRange
strPeriod = CStr(intColumns(intArrayElement, 0) & "_" & intColumns(intArrayElement, 1))
rs_PeriodIssue(strPeriod).Value = CLng(strValues(i, 1))
intArrayElement = intArrayElement + 1
Next
rs_PeriodIssue("Summed Issue").Value = CLng(Format(intSummedIssue, "0.0000"))
rs_PeriodIssue("Average Issue").Value = CLng(Format(intAvgIssue, "0.0000"))
rs_PeriodIssue("Sample Period").Value = CLng(intPeriodRange + 1)
rs_PeriodIssue("Days in Sample Period").Value = CLng(intDaysInPeriod)
rs_PeriodIssue("Year From").Value = CLng(intYearFrom)
rs_PeriodIssue("Period From").Value = CLng(intPeriodFrom)
rs_PeriodIssue("Year To").Value = CLng(intYearTo)
rs_PeriodIssue("Period To").Value = CLng(intPeriodTo)
rs_PeriodIssue.Update
Experts Exchange always has the answer, or at the least points me in the correct direction! It is like having another employee that is extremely experienced.
When asked, what has been your best career decision?
Deciding to stick with EE.
Being involved with EE helped me to grow personally and professionally.
Connect with Certified Experts to gain insight and support on specific technology challenges including:
We've partnered with two important charities to provide clean water and computer science education to those who need it most. READ MORE