On Apr 12, 6:33 pm, "Phil Stanton" <p...@myfamilyname.co.ukwrote:
Quote:
Having spent ages sorting out the layout of my relationship window with
about 60 tables and getting it all tidy and with enough of the tables
visible to show the PK an FK relaionshipsOn a subseqent occassion, on
opening the relationship window, I found all the tables had shrunk so that
in most cases, only the table names were visible and the fields could only
be seen by "expanding" the table again.
I know you can print out the relationship window, but can the layout be
saved in any way
>
Thanks
>
Phil
If I needed a persitent clear diagram of MDB tables I would use a
hack.
1. I'd use the upsizing wizard to convert the JET db to SQL Server
(assumes I have some version of SQL Server; SQL-SERVER Express is
powerful and free.)
2. I'd download and Install SQL Server Mangement Studio Express.
3. In SSMSE I'd open the server and create a new diagram, loading all
the tables.
4. I'd ask the Diagram interface to arrange the Tables.
5. Presto I'm done.
Of course I've never done this but I think it should work well. The
only rough spot is the Wizard. MS claims it converts relationships; if
that's correct then the job should be pretty straight-forward.
The diagrams are great.
Note that I'm not recommending the conversion of the db to SQL-Server,
just using that capability to get SQL-Server's great diagramming
capability.