Results 1 to 2 of 2

Thread: Crystal report -RecordSelectionFormula -Plzee help

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2001
    Posts
    1

    Unhappy Crystal report -RecordSelectionFormula -Plzee help

    Can anyone tell me how to give more than one criteria to the crystal reports RecordSelectionFormula property ? for eg; field a = 1 and field b = "hello"
    Or any other way to manipulate data this way?
    Thanks in advance

  2. #2
    Addicted Member
    Join Date
    Oct 1999
    Location
    The Lone Star State
    Posts
    183
    With Me.CrystalReport1
    .SelectionFormula = "{Table1.Field1} = 1 AND {Table1.Field2} = 'B'"
    .Action=1
    End With
    !

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width