Return a 'brain dump' of information about all the TableDefs in the database as text. Also print the information to the debug window.
the information includes:
- table names and link data
- field types
- a list of all unique FK values actually in use where an FK relationship exists
Show the field information as well as the table information
Use legacy values to augment the information (no implemented)
String the 'dbo' prefix from MSSQL linked tables
Limit the list of FK lookup values to this many values
A textbox object to be used to display progress information as the function is running.