I don't see where you have oSO_SalesOrderDetail defined. Your lines object should be something like: Set oLines = oBusObj.AsObject(oBusObj.Lines) You'll then need to scroll through the lines like: oLines.MoveFirst ... oLines.MoveNext
↧