Solved Printing the Table Design View

tommu319

New member
Local time
Today, 09:42
Joined
Jan 26, 2022
Messages
16
Is there any way that I can print out the full Table Design page, showing the Field Names and Data Type?

I have inherited a DB with way too many Fields all in one table, but I'd like to print out the entire list of them before I start deciding which to split off into a different table.

Thanks

Tom
 
Obviously you can take a screenshot.
Or it can be done using code
Or you can use the Database Documenter in the Database Tools menu. You may want to reduce the amount of info provided as it can be very detailed.

Also look at the Analyse Table tool to assist with splitting your table.
 
Obviously you can take a screenshot.
Or it can be done using code
Or you can use the Database Documenter in the Database Tools menu. You may want to reduce the amount of info provided as it can be very detailed.

Also look at the Analyse Table tool to assist with splitting your table.
Database Documenter did exactly what I wanted... TYVM

Tom
 

Users who are viewing this thread

Back
Top Bottom