J
Jerry Stoner
Guest
If txtBal = 0 Then
chkPaid.Value = -1
Doesn't work. The problem is txtBal is a calculated control. If I change it to a noncalculated control the above works fine. What is the correct way to ascertain the value and act on the result?
chkPaid.Value = -1
Doesn't work. The problem is txtBal is a calculated control. If I change it to a noncalculated control the above works fine. What is the correct way to ascertain the value and act on the result?