I have an older database that has 18000 records or so in it. I have recently begun using a new software that will automatically sort data for me and post it into a database. This is all perfect. What I want to do is merge the old database with the new. My problem arises in that the new database and old database have the same quantity of columns but the new database requires two letters to be added to the front of the data in each cell identifying the type. Is there a simple query or macro I could run that would allow me to go through column 1 and change the item there to the original value preceded by a two letter format?
For example:
old
Column 1
1234
New
Column 1
AB1234
Thank you in advance.
For example:
old
Column 1
1234
New
Column 1
AB1234
Thank you in advance.