Please bear with me. I have existing information in a table that includes an auto number, description, and item number (among others) I need to update this table with item numbers generated outside the db. How do I loop through the recordset so that the correct item number is added to the correct description in the table. (the ID field is useless as it corrisponds with nothing)
I tried an Update query but that just deleted the test data. Any suggestion would be most helpful!
Thanks!
B
I tried an Update query but that just deleted the test data. Any suggestion would be most helpful!
Thanks!
B