Gasman
Enthusiastic Amateur
- Local time
- Today, 20:36
- Joined
- Sep 21, 2011
- Messages
- 17,256
I updated from 19029.20184 to 19029.20208 in helping a member on another forum. I have Office 2019.
Now I have discovered that my CF for a control is not working.
AFAIAA I have not modified anything for ages.
I am using an expression Val([txtCarbsCalc])>TempVars("CarbLimit"). I have quickly changed it to a Field Value > 230 and that works, however I would like to use the expression which was working fine. The Tempvar is set on the first form load.
Could someone on either version please test and see if they have the same issue please?
I have checked it is set
? TempVars("CarbLimit").Value
230
Now I have discovered that my CF for a control is not working.
AFAIAA I have not modified anything for ages.
I am using an expression Val([txtCarbsCalc])>TempVars("CarbLimit"). I have quickly changed it to a Field Value > 230 and that works, however I would like to use the expression which was working fine. The Tempvar is set on the first form load.
Code:
TempVars("CarbLimit").Value = 230 ' Carb limit has increased from 130, 206, 225 now 230
I have checked it is set
? TempVars("CarbLimit").Value
230