Ok I have a diagram with my shapes reengineered from my database. What I want to do is to read in the links from a sql table. e.g
id, ObjectA,ObjectACol, ObjectB,ObjectBCol,Link
1,Client,Client_no,Order,OrderID Client_Order_fk
Does any one have a vba code to do this? I presume u will have to specify link type etc... Anyone know of any where i can get decent information on this?
Any pointers would be great
id, ObjectA,ObjectACol, ObjectB,ObjectBCol,Link
1,Client,Client_no,Order,OrderID Client_Order_fk
Does any one have a vba code to do this? I presume u will have to specify link type etc... Anyone know of any where i can get decent information on this?
Any pointers would be great