I have two databases. Both have a table for store info. The first database has the table with all the data and the other is empty. I have a form that when I enter the store ID in a text box the data in that accompanying row is moved to the new table in the second database. I have to do this for each store ID seperately. I need to use ADO for this task. Any advice would be appreciated.