Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
255
WinCalcManager use a form-level variable
posted

Hi

What I'm trying to do is try to calculate the age of each person in a grid based on a date that's being stored in a form level variable. So

Dim DateToCalculate As Date

But I can't find a good way to use the value of this variable in the WinCalcManager. I can stuff the value of this variable in an unbound column, in each row, but that just seems dirty.

Any help would be appreciated.

Thanks