Re: A Better Way for Select



if removing the = sign worked, then i'm guessing that you're calling the
function from each command button's Click event *procedure*, not directly
from the Click event property line. that will certainly work just as well;
it's just quicker to set up the code if you type the function directly on
the property line in the Properties box, using the = sign. that's why i
wrote a function instead of a sub, because only functions can be called in
that manner.

hth


"DS" <bootybox@xxxxxxxxxxxxx> wrote in message
news:pIfKg.411$Au5.46@xxxxxxxxxxxxxxx
Thanks, Its almost there. ****The only problem is that it keeps
replacing the first number and doesn't add any others.*** The user has
to use a Pad since hey don't have a keyboard and are using a touch
screen.
Once again, Thank You
DS
I removed the = Sign and it works fine now. BTW how do you clear the
LblDisplay? I tried (000)-000-0000 but that really doesn't work. ay
other suggestions appreciated.
Thanks
DS


.


Loading