D
David
I'm having trouble getting the dash into the phone number on a report. The
text box control source is:
="My phone number is (" & [AreaCode] & ") " & [Telecom] & "."
Since the dash isn't stored with the phone number, I need to get tit in
there somehow. I've tried stuff like
Format([Telecom],000-0000)
but that doesn't work, and I can't find detailed Help on the Format
function. Any help would be greatly appreciated!
David
text box control source is:
="My phone number is (" & [AreaCode] & ") " & [Telecom] & "."
Since the dash isn't stored with the phone number, I need to get tit in
there somehow. I've tried stuff like
Format([Telecom],000-0000)
but that doesn't work, and I can't find detailed Help on the Format
function. Any help would be greatly appreciated!
David