Its faster and easier to export directly from MSAccess, as a batch job, using the myODBC driver. But, if you want the process automated, I suggest creating a VB6 frontend that reads the desired records via SQL (maybe selected by date), using ADO and the Jet driver, and writes the selected records to mySQL using ADO and the myODBC driver. Slower, but with much more control.