I need to run a loop which will duplicate an existing record in a table but change just one field using data supplied. I am not fluent in ADO ,I have seen the addnew method but as far as I know one has to specify all the fields and heir values. How can I say copy the records but change fieldx to whatever and run this for each of my new values of that field. The recordset is a sql (bringing up a single record) which looks like "select * from tbl where ID=256" so there is no telling how many fields there are in the table. All I am given is the name of the field where there is to be a change.Perhaps ADO is not the correct method & I should use append sql but I am still unsure how to accomplish what I want
Thanks
Thanks
Last edited: