S
SDIrby
Good day all,
This is my question: I have 2 tables with thousands of loans an
borrower names and too much more information to mention. What i'
wondering is; can a query be written to pull the borrower name an
split it up betweeen the corresponding fields. Basically i want to g
from this table field: Borrower Name and divide it up by Borrower Firs
name: Borrower Last Name:
EXAMPLE:
Borrower Name:Bush George W (This is how it is now)
into two separate fields
Borrower First name:George
Borower Last name: Bush
This would be much faster than rekeying however many there are
(Several several thousand)
If there is a possible way to do this please let me know. Do i searc
the field for the first "space" and then stop or what, i am not overl
familiar with the VBA but i do alright. Please advise
This is my question: I have 2 tables with thousands of loans an
borrower names and too much more information to mention. What i'
wondering is; can a query be written to pull the borrower name an
split it up betweeen the corresponding fields. Basically i want to g
from this table field: Borrower Name and divide it up by Borrower Firs
name: Borrower Last Name:
EXAMPLE:
Borrower Name:Bush George W (This is how it is now)
into two separate fields
Borrower First name:George
Borower Last name: Bush
This would be much faster than rekeying however many there are
(Several several thousand)
If there is a possible way to do this please let me know. Do i searc
the field for the first "space" and then stop or what, i am not overl
familiar with the VBA but i do alright. Please advise