P
pluggedinns2
Please excuse this question from an Access newbie. I've searched for
an answer, but apparently I'm not looking in the right places.
I have created a report (to output HTML) with a text box that contains
the following expression:
=IIf([tbl_Hotels!Phone1] Is Not Null,"<span class=" & Chr$(34) &
"controw3" & Chr$(34) & ">" & "Phone1: " & [tbl_Hotels!Phone1],"")
When setting up the Phone1 field, I've selected Text as the Data Type,
and used an Input Mask of !\(999") "000\-0000;0;_. My problem is that
even with the Input Mask defined as such, the report still outputs the
data as 9075551212 instead of (907) 555-1212. Is this because of my
underlying selection of Text as Data Type? If so, is there any way to
convert it to Number, without re-entering all the data manually?
an answer, but apparently I'm not looking in the right places.
I have created a report (to output HTML) with a text box that contains
the following expression:
=IIf([tbl_Hotels!Phone1] Is Not Null,"<span class=" & Chr$(34) &
"controw3" & Chr$(34) & ">" & "Phone1: " & [tbl_Hotels!Phone1],"")
When setting up the Phone1 field, I've selected Text as the Data Type,
and used an Input Mask of !\(999") "000\-0000;0;_. My problem is that
even with the Input Mask defined as such, the report still outputs the
data as 9075551212 instead of (907) 555-1212. Is this because of my
underlying selection of Text as Data Type? If so, is there any way to
convert it to Number, without re-entering all the data manually?