I have more than 4000 access(.accdb) files on my server. i have to export each file to separate CSV file. Is there anyway to export into CSV without manual effort(doing one by one)
Not sure what you mean exactly by mdb to csv. As Colin said you can't simply convert accdb to csv.
To export each object with each database to text as a csv file, see this material from ghudson.
However, I note this is your post #1 - so before doing anything, tell us what you are trying to achieve in simple terms.There may be options.
Thanks for your help to help with the code. I have around 3500-4000 Access DB. I can put all these DB's in one folder. I have to loop through all the DB's to convert that into CSV file. I think that is not covered here. Will you able to help with that.