anyone know why I can't pass this parameter to my report?

VB Code:
  1. oRpt = New CrystalReport1() ' create new instance of the report object
  2. oRpt.RecordSelectionFormula = "begindate ='" & Format(tranPeriod, "MM/dd/yyyy") & "'"