I am working on a micro-finance software. A module 'special savings' i added with the software but before that the client did it manually (There was no software posting). So i like to develop a conversion tool to take the previous manual entry. But all member information and organization information in previous SQL db, where i develop the tool in Access DB. So i need to import some data with same table name to Access from SQL. I want to do the importing against a button instead of any wizard. So i want to export all data of my required tables including table name to my access file from SQL.I am working on a micro-finance software. A mod