Update Query (1 Viewer)

Ganley

New member
Local time
Today, 02:13
Joined
Apr 30, 2007
Messages
9
Can anyone help me.

Attempting to run an update query to strip out some information from a table.

Basically I want to remove the Tél : information & leave just the telephone number

Tél : (+41 22) 718 10 00


Any ideas.


Thanks.
 

miguel vasquez

Registered User.
Local time
Today, 02:13
Joined
Nov 11, 2002
Messages
36
I would insert a Right() formula in the Query. For instance, If you just want to see the last 9 digits(including space), I Would use it like this :
Telephone : Right([field Name], 9)
 

Ganley

New member
Local time
Today, 02:13
Joined
Apr 30, 2007
Messages
9
Thanks Miguel.
 

Users who are viewing this thread

Top Bottom