Hi all,
I have a form for entry of telecom circuit info. The bulk of the info is stored in table "Circuits_Table". The table needs to access another table twice to display contact info for contacts on both the A and Z end of the line. This info resides in a table "Contacts_Table", pk is "ContactID" field.
I would like the form to autofill with contact info when the user selects a contact name for each end. To this end, I created to fields in the "Circuits_Table" - "LocAContact" and "LocZContact", but I need to relate them both back to the same "Contacts_Table" ... can this be done? or more importantly should it?
I know I can do this with a single instance of contact info by basing the form on a query that pulls the necessary info, but...I need it to pull the data twice. Can't seem to make that work.


Any advice, insight, workarounds, general musings, redirects would be mighty appreciated.
Additional info can be supplied if needed.
-CK
I have a form for entry of telecom circuit info. The bulk of the info is stored in table "Circuits_Table". The table needs to access another table twice to display contact info for contacts on both the A and Z end of the line. This info resides in a table "Contacts_Table", pk is "ContactID" field.
I would like the form to autofill with contact info when the user selects a contact name for each end. To this end, I created to fields in the "Circuits_Table" - "LocAContact" and "LocZContact", but I need to relate them both back to the same "Contacts_Table" ... can this be done? or more importantly should it?
I know I can do this with a single instance of contact info by basing the form on a query that pulls the necessary info, but...I need it to pull the data twice. Can't seem to make that work.



Any advice, insight, workarounds, general musings, redirects would be mighty appreciated.
Additional info can be supplied if needed.
-CK