Alphabetize Tables during Reverse Engineering

D

Dkline

SVP wants the tables to be alphabetized when running a reverse engineer on
an MDB. Optimization to fit the minimum number of pages is not a concern.
Any way to do this?

I've already done it the manual way but anticipate many revisions coming in
from other sources..
 
C

Chang Oh

There isn't a way to alphabetically sort your tables during reverse
engineering largely because dependencies among tables prevent it. You can
see your tables in alphabetical order in the Tables and Views window by
right clicking and selecting Sort from the context menu.

Chang Oh
Visual Studio Enterprise Frameworks and Tools
 
Top