kerenjamieson
Programmer
I have a table called tbl_imported_data which contains one field called 'Contact Names'. Contact Names consists of data such as Mr. G Jamieson, Gary Jamieson, Gary R. Jamieson etc
I want to append this imported data to another table called tbl_names with the fields Salutation, First, Middle and Last.
As this is an everyday job (albeit tedious), is there a way of creating a module which could 'automatically' append contact names from the imported table into the correct fields of the names table?
I had a look at one of the threads (by jimmythegeek) relating to parsing a full name, but, being a 'beginner' at VBA I'm quite confused and unsure where to start.
Can the whole name be split automatically?
How do you 'call' the module for it to do what I want?
Any help would be appreciated.
Keren
I want to append this imported data to another table called tbl_names with the fields Salutation, First, Middle and Last.
As this is an everyday job (albeit tedious), is there a way of creating a module which could 'automatically' append contact names from the imported table into the correct fields of the names table?
I had a look at one of the threads (by jimmythegeek) relating to parsing a full name, but, being a 'beginner' at VBA I'm quite confused and unsure where to start.
Can the whole name be split automatically?
How do you 'call' the module for it to do what I want?
Any help would be appreciated.
Keren