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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by MellowAl

  1. MellowAl

    CRC error

    We have had crc error problems every once in a while also. When we completely re-installed Backup Exec, it eliminated the errors. In fact we are getting errors right now and we are going to re-install tonight.
  2. MellowAl

    Trouble Grouping by a Maximum Value

    If I group only by ComponentValue (which is the field containing the name of the Operating System), I get the error "The summary/running total field could not be created." If I add a group by WS_Num (and hide it), I get multiple occurrences of the workstation: once in each group...
  3. MellowAl

    Trouble Grouping by a Maximum Value

    What should I group on? Thanks for the help.
  4. MellowAl

    Trouble Grouping by a Maximum Value

    I'm trying to produce a report where workstations are grouped by Operating System. What used to be a simple report under the old database structure is now the report from H*ll!!! I searched the Forum for an answer but didn't find any, so I'm posting for help. In our new system, the only...
  5. MellowAl

    Problem with record selection

    Thanks a lot, that did the trick! Does this mean that I will always have to test for null when I want to exclude records with a particular field value? Is this a normal database design, or did the designer just make it particularly difficult? Alice
  6. MellowAl

    Problem with record selection

    Crystal Reports 8.5, ODBC connection. This is a help desk system. IsNull ({tasks.COMPLETED}) returns four task records: 23,206 23,380 23,322 24,511 IsNull ({tasks.COMPLETED}) and {tasks.PRIORITY} = "Hold" returns one task record: 23,206 IsNull ({tasks.COMPLETED}) and...

Part and Inventory Search

Back
Top