A
Alex
I have an extermely long list of Names (around 236,000) which are separated into First, Middle, and Last. I need to come up with a way to join each individual part into a field on another table called Complete, so that the Complete name will be saved in one field and not in its individual parts. However, I need to do this in a way that I can push a button or something and apply the joining to all the records. I did something like this once, and put it on the OnCurrent event of the form, and then just ran through the records, whoever that was only around 500 records, and it took me quite a long time. So if someonce can help me with a way to work through this problem, I'd really appreciate it.