adigrescenko
Programmer
In my VB application, using CrystalReports, I want to select the records that are displayed on report.
I used this:
Report.RecordSelectionFormula = "{MyTable.Age}=24"
but I have this error: "This field name is not known", but I am sure that the table and field names are correct.
I tryed to use SQLSelectionFormula , but it doesn't work too.
Please help me!
I used this:
Report.RecordSelectionFormula = "{MyTable.Age}=24"
but I have this error: "This field name is not known", but I am sure that the table and field names are correct.
I tryed to use SQLSelectionFormula , but it doesn't work too.
Please help me!