I am trying to insert a new record into an existing table using data from a recordset. The data is modified from the original table and new values are being sent. Using an INSERT INTO statement, I cannot pull the fields from the original table, but the values being inserted are variables, not VALUES. I am prompted for the values at run time instead of them being pulled from my code.
How can I get around this?
How can I get around this?