I use MySQL to store my data in one table (approx 7 million rows) and use MSAccess as a front end. I need to export the data out to a file to pass on to some else. I have tried using the Dump procedue without success, although MySQL message informs me that the database has successfully dumped. The *.sql file is created but the data is missing. I have tried exporting to a *.txt file but the message I recieve is "Query doesn't return fields". I think my ODBC connection is OK because i can view the records through Access, however if i try to export the data to a *.txt file from within Access I get an 'ODBC call failed" message.