Is the data always consistent? If so you can add two new fields and use an
update query which updates the new fields with expressions like:
Left([PlayerName], Instr([PlayerName]," ")-1)
and
Mid([PlayerName], Instr([PlayerName]," ")+1)
I would recommend against putting these back into one field. Store "Gorman"
and "Thomas" rather than "Thomas, Gorman".

Signature
Duane Hookom
MS Access MVP from WI
> Using Access 2000
>
[quoted text clipped - 14 lines]
> TIA,
> _Bigred
_Bigred - 18 May 2005 14:57 GMT
Thanks Duane, I will check this out and let you know if it fix my issue.
_Bigred
> Is the data always consistent? If so you can add two new fields and use an
> update query which updates the new fields with expressions like:
[quoted text clipped - 22 lines]
>> TIA,
>> _Bigred