Thanks dhookom!
I tried doing a report but keep having the same problem!
Using the same code: ( tried it on On Open, On Page and on Activate for reports and On Current, On Open, After Update, etc)...
If TotalSavings > 0# Then
Me!Label654.Visible = True
Me!TotalSavings.Visible = True
Else:
Me!Label654.Visible = False
Me!TotalSavings.Visible = False
End If
Seems the code is pretty straight forward i.e. if TotalSavings > 0 then Print the label and the amount and if not Don't Print.
Appreciate you hanging in there with me! I need to get these out soon!
Thanks for your help...
I tried doing a report but keep having the same problem!
Using the same code: ( tried it on On Open, On Page and on Activate for reports and On Current, On Open, After Update, etc)...
If TotalSavings > 0# Then
Me!Label654.Visible = True
Me!TotalSavings.Visible = True
Else:
Me!Label654.Visible = False
Me!TotalSavings.Visible = False
End If
Seems the code is pretty straight forward i.e. if TotalSavings > 0 then Print the label and the amount and if not Don't Print.
Appreciate you hanging in there with me! I need to get these out soon!
Thanks for your help...