On formA is a button that opens formB.
formB has some calculated fields whose Control Source is some fields on a sub form on formA - using the statement =[Forms]![formA]![sbfformA].[Form]![somecontrol].
And this works but those calculated fields do not update the formB's record source.
Also there is a subform on formB that contains fields that are calculated, getting their value from formA. These fields do not update the form's record source.
Any reason why this might be happening?
formB has some calculated fields whose Control Source is some fields on a sub form on formA - using the statement =[Forms]![formA]![sbfformA].[Form]![somecontrol].
And this works but those calculated fields do not update the formB's record source.
Also there is a subform on formB that contains fields that are calculated, getting their value from formA. These fields do not update the form's record source.
Any reason why this might be happening?