I just took a whole lot of Excel spreadsheets and imported them into MS Access.. now it's an employee list and the person who created the spreadsheets only used one cell for the persons name.. so now in Access instead of having two columns : First Name + Last Name , I just have Name with John Doe..
I'd like to know the best way to take "Name" and split it and put it into the columns First Name + Last Name for the same row.
On my personal machine I'd just use PHP to tokenize the string and throw it back into the database (mysql).. but I don't know if that's even possible with Access....
Linux/OSS geek in MS world = pain.
I'd like to know the best way to take "Name" and split it and put it into the columns First Name + Last Name for the same row.
On my personal machine I'd just use PHP to tokenize the string and throw it back into the database (mysql).. but I don't know if that's even possible with Access....
Linux/OSS geek in MS world = pain.
