Awesome! Everything worked. Now how would I go about assigning certain amounts from a Contract Amount field to each activity?
--
------Original Message------
Right, so you need a vanilla many to many relationship setup, but your set up is incorrect. If you have no real data in those existing two relationships, then delete the relationships and start over as I will describe.
But if you do have a lot of data loaded, then we can late migrate the data as to which goes with which.
Make a new "middle" or "join" table called Contract Activities with no fields.
Make the Relationship were One Contract has Many Contract Activities. Be sure to set up a proper Proxy field such as Contract name for the field [Related contract].
Make the Relationship were One Activity has Many Contract Activities. Be sure to set up a proper Proxy field such as Activity name for the field [Related contract].
On the Contracts record form, put the field for Add Contract Activity and also the embedded table for Contract Activities and set the report to show on the form.
On the Activities record form, put the field for Add Contract Activity and also the embedded table for Contract Activities and set the report to show on the form.
Congrats, you are now a Many to many expert,. Thats's all there is to it.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.commark.shnier@gmail.com
------------------------------