Yes, a formula field can do what you want. In the data model create your formula field in the same group as the Area Code and Phone Number. Set the datatype and width on the Property Inspector. Create the PL/SQL formula with code similar to:
Code:
return('('||:AREA_CODE||') '||:PHONE_NBR);
[sup]Beware of false knowledge; it is more dangerous than ignorance.[/sup][sup] ~George Bernard Shaw[/sup]
Consultant Developer/Analyst Oracle, Forms, Reports & PL/SQL (Windows)
My website: Emu Products Plus
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.