Can you please let me know if it is possible to list all fields name in a MS Access table?
Build query:
SELECT Table_Name.* FROM Table_Name WHERE False;
Export to Excel You will have each field name in one row without any data. If you select the row and copy, you can paste special>transpose and have them all in a single column.