OK, this is probably a rookie question...but then again I am a rookie. I have written code that gathers a recordset and reads each field (the recordset consists of the one field) one at a time. What I need to do is to have the data (which is a string) be written to another table, which also only has the one field. I have already defined an str to get the string out of the table it is currently in. I just need to get it written to this other table. ANy help would be greatly appreciated.