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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top