I have data in two access97 mdb databases. I need to export some data (query based) to csv file, process in another application, then import into a different mdb. I have used DDE with limited success as this needs both databases open to run, can anyone suggest an easy way of doing this? is DAO the way to go?