Hi, Thanks in advance,
I would like to be abel to grab the name of a text box from with inside the private sub. This would be use as a passing paramater
an example would be
text box: txt_PlanTotalCost
Private sub txt_plan_beforeUpdate(cancel as integer)
WAU "txt_Plan", me.txt_Plan.oldvalue, me.txt_plan.vaule
end sub
what I want to be able to do is:
Private sub txt_plan_beforeUpdate(cancel as integer)
WAU strPassString
' the function wau would make the complete line of code
' in the other function function
end sub
Jim Garry
I would like to be abel to grab the name of a text box from with inside the private sub. This would be use as a passing paramater
an example would be
text box: txt_PlanTotalCost
Private sub txt_plan_beforeUpdate(cancel as integer)
WAU "txt_Plan", me.txt_Plan.oldvalue, me.txt_plan.vaule
end sub
what I want to be able to do is:
Private sub txt_plan_beforeUpdate(cancel as integer)
WAU strPassString
' the function wau would make the complete line of code
' in the other function function
end sub
Jim Garry