Results 1 to 4 of 4

Thread: Linking Fields between tables

  1. #1
    Member cadmancando's Avatar
    Join Date
    2015-11
    Location
    Arlington, WA
    Posts
    24
    Login to Give a bone
    0

    Default Linking Fields between tables

    Anyone have any success with this?

  2. #2
    All AUGI, all the time zoomharis's Avatar
    Join Date
    2005-02
    Location
    Abu Dhabi (Native-India)
    Posts
    506
    Login to Give a bone
    0

    Default Re: Linking Fields between tables

    Can you tell us what exactly you are trying to achieve, if possible with an example?

  3. #3
    Member cadmancando's Avatar
    Join Date
    2015-11
    Location
    Arlington, WA
    Posts
    24
    Login to Give a bone
    0

    Default Re: Linking Fields between tables

    Sure.....

    I've created a table, which has a sum field at the bottom.

    I have another table on another layout which has a field which looks at the first tables summary field and places the same value in the second table.

    I guess I could say...."I want to link a field in one table with a field in a second table"

    Hmmm....

    Idea maybe....

    Can you use a diesel expression to set the setvar USERR1 to the value of the first field?

    Then I can retrieve the USERR1 value to the field of the second, third, .... table(s)
    Last edited by cadmancando; 2007-05-09 at 07:52 PM.

  4. #4
    Member cadmancando's Avatar
    Join Date
    2015-11
    Location
    Arlington, WA
    Posts
    24
    Login to Give a bone
    0

    Default Re: Linking Fields between tables

    Figured it out....

    The field of the second table must state:

    Code:
     =Table(2130252600).A5 
     
    where
     
    2130252600 = Table ID
     
    A5 = Field of table

Similar Threads

  1. Fields within Tables
    By roundbox52 in forum ACA General
    Replies: 0
    Last Post: 2009-11-04, 03:53 PM
  2. ACA 2009 tables linking
    By g.ryall in forum ACA General
    Replies: 1
    Last Post: 2009-03-23, 06:03 PM
  3. Tables Fields & the SSM
    By KGC in forum AutoCAD Tables
    Replies: 22
    Last Post: 2007-08-24, 02:07 PM
  4. VBA fields and tables
    By MikeJarosz in forum VBA/COM Interop
    Replies: 10
    Last Post: 2006-11-16, 08:58 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •