Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Link To Follow Specific Fields 1

Status
Not open for further replies.

nagornyi

MIS
Nov 19, 2003
882
US
Need a simple Database-like diagram. Table1 has fields Field1, FIe2. Tabe2 has Field3 and Field4. I need an arrow from Table1. Field1 to Table2.Field4 that would always link these two fields when the tables moved around.
 
To clarify, here is sketch of what I need to draw:
Code:
_________
|TABLE1 |
|_______|
|       |
| FIELD1|--
| FIELD2|  |
|       |  |
|_______|  |
           |   _________
           |   |TABLE2 |
           |   |_______|
           |   |       |
           |   | FIELD3|
            -->| FIELD4|
               |       |
               |_______|
I can almost do this using stencils in Database group, the only problem is how to force the line to stick with FIELD1 and FIELD4 while moving the tables.
 
You need to add connection point objects to your shapes, then add connectors for the lines. See thread172-1024343 to get you started.

________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first

'If we're supposed to work in Hex, why have we only got A fingers?'

for steam enthusiasts
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top