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...
Hi, I have a form that gets data from a table and i print these forms (about 3000). There is one field that i only want to print if the value is > 0. I have used If TotalStarSavings = 0 Then
Label654.Visible = False
TotalStarSavings.Visible = False
Else
Label654.Visible = True...
Hi! I am trying to export a report from Crystal 8.5 to MSAccess. Every section is surpressed except the GF and those are the records that I want exported. However, in the Access table the extra records show up plus the summary records. I have two records for 1 person that are summed up in the...
I have a retirement report in crystal 8.5...one person in that report has two entries...i need to combine(add) some entries such amt for retirement, days worked, etc but leave the ss#, retirement# , dept number the same as the first row for this person. Need to print this one row only. Any...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.