G
Guest
I have a continuous form with a control called TotalFTE that sums the FTE
field from the records that are displayed in the form. This all seems to be
working properly.
My problem is that I want to check when the value of TotalFTE is 0 and
display a warning to the user. I have a statement like the following:
If TotalFTE.Value = 0 Then
[display message]
End If
I have tried putting this statement in the Change event of the FTE field,
the TotalFTE, even the form itself. In every case, the value of TotalFTE is
always zero and the message displays, even though I can see the amount on the
screen being correct.
Can someone give me an idea of where I am going wrong?
Thanks.
field from the records that are displayed in the form. This all seems to be
working properly.
My problem is that I want to check when the value of TotalFTE is 0 and
display a warning to the user. I have a statement like the following:
If TotalFTE.Value = 0 Then
[display message]
End If
I have tried putting this statement in the Change event of the FTE field,
the TotalFTE, even the form itself. In every case, the value of TotalFTE is
always zero and the message displays, even though I can see the amount on the
screen being correct.
Can someone give me an idea of where I am going wrong?
Thanks.