Hillbillie
IS-IT--Management
I have this table with a name field. Unfortunately it has the lastname and first name together. Here is an example.
Bateman, Ramey
Bell, Leroy
Schremmer, Stephanie
All records have the comma and space.
I want to have an update query that will take the last name and make it like this.
The last names will go into a seperate category called last name.
"Bateman "
"Bell "
"Schremmer "
Notice, that it gets the last name and fills the remaining with space. The field length must be 40.
I need to do the same with the first name too.
Thanks,
Bateman, Ramey
Bell, Leroy
Schremmer, Stephanie
All records have the comma and space.
I want to have an update query that will take the last name and make it like this.
The last names will go into a seperate category called last name.
"Bateman "
"Bell "
"Schremmer "
Notice, that it gets the last name and fills the remaining with space. The field length must be 40.
I need to do the same with the first name too.
Thanks,