Is there a way to display a social security number stored in a single field and format it?
Stored : 522219635
Display: 522-21-9635
In Crystal Reports I can use:
Left ({UPR00100.SOCSCNUM},3)+'-'+Mid ({UPR00100.SOCSCNUM},4 ,2 )+'-'+Right ({UPR00100.SOCSCNUM},4 )
But I don't beliew SQL allows for this operator.
Any help would be great
- Matt
Stored : 522219635
Display: 522-21-9635
In Crystal Reports I can use:
Left ({UPR00100.SOCSCNUM},3)+'-'+Mid ({UPR00100.SOCSCNUM},4 ,2 )+'-'+Right ({UPR00100.SOCSCNUM},4 )
But I don't beliew SQL allows for this operator.
Any help would be great
- Matt