M
Mattias
Hi
Having problem and getting very weird results in my effort to apdate a
statuscontrol with a value based on the values in two calculated unbound
controls in a form.
I am not shure of if the reference is right here and also what events I
shall use to run the code...
If Me!DueAmount = 0 Then Me!Status = 13
If Me!Total > Me!DueAmount Then Me!Status = 12
Me.Refresh
Thank you in advance
Mattias
Having problem and getting very weird results in my effort to apdate a
statuscontrol with a value based on the values in two calculated unbound
controls in a form.
I am not shure of if the reference is right here and also what events I
shall use to run the code...
If Me!DueAmount = 0 Then Me!Status = 13
If Me!Total > Me!DueAmount Then Me!Status = 12
Me.Refresh
Thank you in advance
Mattias