I am trying to to calculate a value if a column on a subform is hidden by the user. I was wondering if there is something along these lines that would work? SKUList is the subform and Inventory is the column that can be hidden by the user.
IF CurrForm.SKUList.FORM.Inventory(VISIBLE) = FALSE THEN
CALCFIELDS(Inventory);
0
Comments