Quote Originally Posted by jmcilhinney
No, you don't have to write out identical code. You write a method that contains the common code and then just call that method and pass in the individual values.
yes i know thats what i want to do but how do i write a method which can except different objects, i.e. usr_fin_hard_copyRow and usr_fin_materialsRow which are two different objects? whenever i write something using a passed in variable it will underline it in blue and wont build