Most of my job is to create reports for managers and others, retrieving the data from our corporate database (Microsoft SQL).
I can open SQL Server Enterprise Manager and look at all the tables (and fields).
What I'd like to do is create a report that lists each table and the fields for each table, including the field type and precision/scaling.
Of course, I don't want to have to manually link each table. Some automated process would be terrific. (This way when the ERP vendors change the database (add/remove tables) I don't have to go through and update my links. I'm guessing something to the effect of beginning by using the Export feature in SQL Server Enterprise Manager (creates text file of the tables) and then, in Access, having a module/procedure - series of steps - to read the file, create the links, suck in the tables and fields (build a table in Access?) then generate the report.
Phew!
I can open SQL Server Enterprise Manager and look at all the tables (and fields).
What I'd like to do is create a report that lists each table and the fields for each table, including the field type and precision/scaling.
Phew!