R
R Keck
I'm having a difficult time accomplishing what I thought would be very simple
.....
I'm retriving a phone number field from a SQL server (nchar type) that has
only numbers (no parentheses or dashes) i.e. "1112223333"
In Access it is very simple to utilize the Format Funtion but I can't find
any coding that works in HTML to format the text.
I want to display ...
<%=FP_FieldVal(fp_rs,"PrimaryPhone")%>
as (111) 222-3333
Thanks
.....
I'm retriving a phone number field from a SQL server (nchar type) that has
only numbers (no parentheses or dashes) i.e. "1112223333"
In Access it is very simple to utilize the Format Funtion but I can't find
any coding that works in HTML to format the text.
I want to display ...
<%=FP_FieldVal(fp_rs,"PrimaryPhone")%>
as (111) 222-3333
Thanks