I'd like to make a program module that exports all records from three tables in a database into a file at once(I means not adding row by row, maybe like BULK). Here I have some questions
In exporting to excel file, we can put data from table per sheet. I haven't tested this by using bcp.