I have 11 numeric fields on a form which are all inter related.
When any field changes after update, all need recalculation.
Each field has an after update event procedure. Each of which runs the
same code in different Private Subs.
Is there a way to point each private sub to just one subroutine, or do
I need all of this duplicate code?
Thanks Dee
When any field changes after update, all need recalculation.
Each field has an after update event procedure. Each of which runs the
same code in different Private Subs.
Is there a way to point each private sub to just one subroutine, or do
I need all of this duplicate code?
Thanks Dee
Comment