Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: neilch
  • Content: Threads
  • Order by date
  1. neilch

    MS Access 2000 Form/Report Print Help

    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...
  2. neilch

    Access 2000 Form Printing question

    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...
  3. neilch

    Export GF Summary Data ONLY to MSAccess

    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...
  4. neilch

    crystal reports combining records of two rows in detail section

    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...

Part and Inventory Search

Back
Top