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 TouchToneTommy 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: *

  1. synbios1978

    CR9 - need to filter groups but not records

    I created a statement report for work where it shows a range of our customers based on typing in a starting and stopping customer number and displays a statment for each customer (showing what they owe us or any deposits they may have). However, our accounting dept. has asked me to add the...
  2. synbios1978

    Running Totals Field using a formula and on change of field

    Crystal Reports V. 9 I am trying to create a running total for a field ARInvoiceLine.Line-Amount. I only want the total to add when {ARInvoiceLine.Line-Distribution} <> "Sales" and on the change of the field {ARInvoiceLine.Trans-Number-Invoice} I can get one or the other to work using the...
  3. synbios1978

    Excel 2000 Keyboard Arrows Not Changing Cells

    Quick question. I was just working in Excel 2000, and something wierd happened. I copied data from one sheet to another, but after pasting, when I would use my arrowkeys to scroll around, it would only change the screen position, not the selected cell. I'm guessing when I pasted I clicked...
  4. synbios1978

    Taking a maximum value of a select case formula

    I have the following code: If IsNull({EstEntFolding.Wizard-Option}) Then "" Else Select {LOQSegment.Segment-ID}[1 To 20] Case " 1": IF Minimum({EstEntFolding.Wizard-Option}) = 0 Then "Fold" Else "" Case " 2": IF Minimum({EstEntFolding.Wizard-Option}) = 0 Then "Fold" Else "" Case...

Part and Inventory Search

Back
Top