Copying data between fields!

david412

New member
Local time
Today, 09:47
Joined
Jan 12, 2006
Messages
8

I have already asked this question before, but only one person responded, and it was not what I was looking for.


I would like to create a code that takes(copies) each record's data from a field and paste it into another existing field within the same table. I have about 2000 records... Your help will be highly appreciated.

It will have to be a VBA code or macro because I have to alter the strings that are copied before they are pasted into the other field.
 
I would still use an update query to "copy" the inital data.
Then use queries or VBA to change the data.
 
I would still use an update query to "copy" the inital data.
Then use queries or VBA to change the data.
 

Users who are viewing this thread

Back
Top Bottom