Thanks All;
I used MajP's advice; Access query for the null strings and names without % and @, then slightly modified the subroutine to get the name with % and @. Then ran an append query on all.
Let me repost the code...
Function LastName_Split()
Dim dbs As Database
Dim rst As DAO.Recordset
Dim strRst As String
Set dbs = CurrentDb
strRst = "SELECT Collection_Step_Two.Borden_Number, Collection_Step_Two.Collection_Event...
kjv1611:
Thanks for this. However, for reasons down the road (processing-wise) I need all records in the new table...
Let me explain it alittle better:
Right now there are 12546 records; of those, the LAST_NAME column has 45 NULL records, 11732 records have "Smith" or "Jones" or "Arundale" or...
All:
My first time posting. I'm using DAO in MS Access 2003.
Here's the story...I have a table called Collection_Step_Two with 8 columns and 12546 records. I'm attempting to create another table "Collection_Step_Three" from all data in "Collection_Step_Two".
However, in the source table, the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.