chuckcoleman
Registered User.
- Local time
- Today, 14:24
- Joined
- Aug 20, 2010
- Messages
- 380
I'm having trouble with something that should be simple, (OK it will be simple after I get some help). I have a text box on a Access report that I want to contain some text plus a formated telephone number. For instance, in addition to a company's address I want a text box that displays: "Office Telephone (303) 555-1212". I've tried:
= "Office Telephone "& Format([OfcTel],"(###) ###-####"). As soon as this is input into the Control Source for the field Access changes it to
= "Office Telephone "& Format([OfcTel],"(#) #-#")
I've tried
= "Office Telephone "& Format ([OfcTel],"\(###") "###\-####") but Access says The expression you entered contains invalid syntax.
Any suggestions?
= "Office Telephone "& Format([OfcTel],"(###) ###-####"). As soon as this is input into the Control Source for the field Access changes it to
= "Office Telephone "& Format([OfcTel],"(#) #-#")
I've tried
= "Office Telephone "& Format ([OfcTel],"\(###") "###\-####") but Access says The expression you entered contains invalid syntax.
Any suggestions?