ok i have 3 fields in my database
~Contact Title
~Contact FName
~Contact LName
how ever when i ported data using a ammend quary from the old database the name was in one feild now as this database was in action for a bit there is a mix of data in the feilds
for example it could be
~Contact Title~Contact FName~Contact LName
--null----------Mr. J Bloggs------Null----------
--Mr-----------J----------------Smith-----------
--Mrs------------Hordwell---------Null-----------
--null-------------mr j-------------cybertyk
i was thinking about using something like
title: Trim(Left([Contact FName],InStr([contact FName]," ")-1))
to pull the title out how ever it would so take the first name or last name
is there away around this or do i have to alter all 2500 records
Ta
~Contact Title
~Contact FName
~Contact LName
how ever when i ported data using a ammend quary from the old database the name was in one feild now as this database was in action for a bit there is a mix of data in the feilds
for example it could be
~Contact Title~Contact FName~Contact LName
--null----------Mr. J Bloggs------Null----------
--Mr-----------J----------------Smith-----------
--Mrs------------Hordwell---------Null-----------
--null-------------mr j-------------cybertyk
i was thinking about using something like
title: Trim(Left([Contact FName],InStr([contact FName]," ")-1))
to pull the title out how ever it would so take the first name or last name
is there away around this or do i have to alter all 2500 records
Ta