Click to See Complete Forum and Search --> : masked


Lafor
March 11th, 2003, 01:23 PM
Copying from a text field that has a phone # in it (6172221111)
to a masked edit field which is set to accept the format
(611) 111-1111

Thanks

M Owen
March 11th, 2003, 02:55 PM
Well you could use the Format$ function ...

Format$(TxtField,"(###) ###-####")

And assign that into the masked edit field ...

- Mike

Lafor
March 11th, 2003, 03:06 PM
Well,
some people, Mr. Owen, are just good...
Aren't they...?

Thanks a mil!!!

Things are always simple after seeing the solution..
But the difference: We should have thought of it!!!!!

M Owen
March 11th, 2003, 03:12 PM
Lafor,

Glad to help ...