T
Tcs
I have several fields that I wish to format, but only if there is data there TO
format. Here's one example:
Left([OLBPHN],3)+"-"+Right([OLBPHN],4)
It's for a phone number. The number is stored as a 7 digit number, but if
there's actually a number there (the value is greater than zero), I want to
insert the hyphen.
CAN I do this with SQL? If so, how? I've tried entering what I THINK is the
solution into the Query Builder grid, but all I get is a 'missing operator'
error. My books are providing NO help. Can you?
Thanks in advance.
format. Here's one example:
Left([OLBPHN],3)+"-"+Right([OLBPHN],4)
It's for a phone number. The number is stored as a 7 digit number, but if
there's actually a number there (the value is greater than zero), I want to
insert the hyphen.
CAN I do this with SQL? If so, how? I've tried entering what I THINK is the
solution into the Query Builder grid, but all I get is a 'missing operator'
error. My books are providing NO help. Can you?
Thanks in advance.