D
DubboPete
Hi all,
I'm a bit stuck with this one... I have a field in which I type three
sets of numbers in the format 43601-078-00038, and the input mask I use
defies logic - but works!
The input mask is:
9999&"-"&9&"-"&99999
Trust me, it works. But the end result I am trying to achieve is an
entry in the table that reflects the hyphens used. Presently the
number is stored as 4360107800038. I just want it stored in (text
field within) the table as 43601-078-00038.
it's stored as text because there is sometimes an instance of
43601-abc-00038 too.
Any help appreciated
DubboPete
I'm a bit stuck with this one... I have a field in which I type three
sets of numbers in the format 43601-078-00038, and the input mask I use
defies logic - but works!
The input mask is:
9999&"-"&9&"-"&99999
Trust me, it works. But the end result I am trying to achieve is an
entry in the table that reflects the hyphens used. Presently the
number is stored as 4360107800038. I just want it stored in (text
field within) the table as 43601-078-00038.
it's stored as text because there is sometimes an instance of
43601-abc-00038 too.
Any help appreciated
DubboPete