johnkrytus
Registered User.
- Local time
- Yesterday, 19:59
- Joined
- Mar 7, 2013
- Messages
- 91
Will someone tell me what's wrong with the syntax of the format portion of this? please?
I copied >>> !\(999") "000\-0000;;_ <<< from the properties dropdown and am guessing therein lies my problem.
I copied >>> !\(999") "000\-0000;;_ <<< from the properties dropdown and am guessing therein lies my problem.
Code:
SELECT [FirstName] & " " & [LastName] & ", Supervisor" & " " & Format([ContactNo1] "!\(999") "000\-0000;;_" AS exp, people.EmployeeID
FROM people;