I have 2 tables, one holds the full name of an individual all in one field like so:
Field = Borrowername
Data= George W Bush
I need to know if there is a way to parse that between three different tables by way or a query. I'm trying to take
George W Bush
and make it
First Name: George
Last Name: Bush
M I: W
If there is a way to do this please help. There are thousands upon thousands of names to parse and there must be an easier way than rekeying. Thanks for all the help!
Sean
- a clean desk is the work of an idle mind
Field = Borrowername
Data= George W Bush
I need to know if there is a way to parse that between three different tables by way or a query. I'm trying to take
George W Bush
and make it
First Name: George
Last Name: Bush
M I: W
If there is a way to do this please help. There are thousands upon thousands of names to parse and there must be an easier way than rekeying. Thanks for all the help!
Sean
- a clean desk is the work of an idle mind