JumpinJimRivers
MIS
Howdy,
I need to refresh an unbound calculated control in a subform on the after update event of another embedded form within the main form - this is turning out to be more of a challenge than it ever ought to.
I have tried requerying and refreshing both the subform and the control itself. I also tried:
form![main form]![subform]![unbound control]=MyQueryValue
but in the immediate window it returns 'false'. I don't understand this - I never seen it compare values using '='.
Has anyone dealt with something like this? If so, I'd appreciate a tip.
Thanks
-Blaine
I need to refresh an unbound calculated control in a subform on the after update event of another embedded form within the main form - this is turning out to be more of a challenge than it ever ought to.
I have tried requerying and refreshing both the subform and the control itself. I also tried:
form![main form]![subform]![unbound control]=MyQueryValue
but in the immediate window it returns 'false'. I don't understand this - I never seen it compare values using '='.
Has anyone dealt with something like this? If so, I'd appreciate a tip.
Thanks
-Blaine