Im trying to open a crystal report in vb.

Im using the RecordSelection formula propoerty of the report object.

In the criteria i have the following:

VB Code:
  1. strFormula = strFormula & " AND {vwProposalsByOriginator.OpenDate} BETWEEN #" & CDate(frmReports.txtFrom.Text) & "# AND #" & CDate(frmReports.txtTo.Text) & "#"

But its not working...have I messed something up...

strForumla originally has the following

vwProposalsByOriginator.Originator='jblow'