Page is a not externally linkable
Zipper - 6:03 pm on Feb 23, 2010 (gmt 0)
This really belongs in the Database forum.. but ya, are you trying to copy the value in field a to field b? if so you can just simply run a update query like,
UPDATE tablexyz SET field_b = field_a WHERE <any conditions you want matched>