D
DS
I have a form that is a number pad. Sometimes it's used to enter
dollars, sometimes numbers, sometimes percents. It's called from 25
different forms. Hence I have 25 different versions of this number pad
form. This is not good. I would like to get it down to one form. And
have a select case behind it choosing which action it does alon with
what form it does it to. I'm a little nervous with a Select Case with
25 different options. Does anyone have any ideas on how to best handle
this problem?
Thanks
DS
dollars, sometimes numbers, sometimes percents. It's called from 25
different forms. Hence I have 25 different versions of this number pad
form. This is not good. I would like to get it down to one form. And
have a select case behind it choosing which action it does alon with
what form it does it to. I'm a little nervous with a Select Case with
25 different options. Does anyone have any ideas on how to best handle
this problem?
Thanks
DS