Hello All,
I am trying to do something that I am rather unfamiliar with. I do not know attribute rules too well and I am looking at the best way to have a calculation off of a field on another table. There are GlobalID fields on both tables that are being used as my join field so I can tell what to update what. For example: I would like it when you update [FieldA] on [Table1] I would like it to gather the sum of [FieldA] on [Table2] and populate [FieldB] on [Table1], this would be done by using [GlobalID] on [Table1] and [Table2GlobalID] on [Table2] as my joining fields.
I am not sure if I need a join set up to allow if to be seen. I am not exactly sure what the best way to do this is.
I hope this explains what I am trying to do.
Thank you in advanced.