I have an Access database (import from Excel), in which I have several columns such as: University, General Information, Department/School, Program, Links, Deadline... (total 11 columns)
Now I want to export it to a text file with information like the template below:
1. University Column
Information: from General Information column
Department/School: Department/School column
Program: from Program column
Links: from Links column
Deadline: from Deadline column
......
2. University Column
Information: from General Information column
Department/School: Department/School column
Program: from Program column
Links: from Links column
Deadline: from Deadline column
......
......
How to do like this? I think we can export it to report and copy paste as usual. Please suggest me!
Start Free Trial