How can I format part of a multi-field control?

  • Thread starter Thread starter Joseph Ellis
  • Start date Start date
J

Joseph Ellis

Hello all,

I have two fields that I'd like to combine into one control in a
report:

=[phone 1 type] & ": " & [phone 1]

This produces something like:

Cell/Mobile: 2223334444

Is there any simple way to modify the above expression to produce
something like:

Cell/Mobile: (222) 333-4444

I'd like to keep this all in one control, if possible. Any
suggestions?

Thanks,
Joseph
 
Back
Top