andy_dyer
Registered User.
- Local time
- Today, 21:45
- Joined
- Jul 2, 2003
- Messages
- 806
Hi,
I have a list of names in the format:
Mr A Smith
Mrs A J Jones
I would like to be able to remove all trace of an initial and be left with just:
Mr Smith
Mrs Jones
I have used a query before to identify the initial from a first name for me to use elsewhere in a database but never before have I tried to remove it.
The code I used to isolate it from the First Name was:
Initial: Left([Name],1)
Any ideas??
I have a list of names in the format:
Mr A Smith
Mrs A J Jones
I would like to be able to remove all trace of an initial and be left with just:
Mr Smith
Mrs Jones
I have used a query before to identify the initial from a first name for me to use elsewhere in a database but never before have I tried to remove it.
The code I used to isolate it from the First Name was:
Initial: Left([Name],1)
Any ideas??