Hi all,


I am trying to make a project that takes data from an Access database and moves the data to another database. What it does right now, is responds to a click and the data migration goes through fine.

During the execution I have a DataReader of the information received from the database. What I would like to happen would be to have a form pop up right after the datareader is returned, so I could map the columns from the DataReader to specific fields in the destination database.


What happens right now is, the form for the data mapping pops up, but the actions in the background continue to go through. How can I get the actions in the back to stop while I wait for the user to map fields?

Thanks
Josh