Record Selection Formula In Crystal Reports 12 Using VB.NET

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jeproxsikat
    New Member
    • Nov 2013
    • 1

    #1

    Record Selection Formula In Crystal Reports 12 Using VB.NET

    How can I filter the data to be displayed from to fields in the database?

    Example:
    Name=Jay
    Year=2013

    report.RecordSe lectionFormula = "{table1.name}= " & txtname.text

    I got the name already? Now How What To Do If I Add The "Year"?
Working...