I imported some data from an excel spreadsheet to a table in Access. There is one field where they have two pieces of information typed into one column that i want broken in to two columns. Is it possible to write a code or validation rule to automatically seperate the information with out having to go back and do it by hand?
for example;
Column 1
[Name 1 Frank] (info)
I want to break this in to two columns
[Colm 1]......[Colm 2]
[Name 1]....[Frank]
Just wondering if it can be done because going back and entering in a thousand of these by hand is really time consuming.
for example;
Column 1
[Name 1 Frank] (info)
I want to break this in to two columns
[Colm 1]......[Colm 2]
[Name 1]....[Frank]
Just wondering if it can be done because going back and entering in a thousand of these by hand is really time consuming.
Comment