prettyangel
Programmer
Hi All,
I'm using crystal reports version 7.0
I passed a selection formula to crystal reports from visual basic 6 but it's telling me "error in formula record selection"
The vb code is below
-----------------------------------------------------------
Report.SelectionFormula = "{Tablename.date} = Date ('" & Me.combobox.Value & "')"
-----------------------------------------------------------
where did I go wrong?
I'm using crystal reports version 7.0
I passed a selection formula to crystal reports from visual basic 6 but it's telling me "error in formula record selection"
The vb code is below
-----------------------------------------------------------
Report.SelectionFormula = "{Tablename.date} = Date ('" & Me.combobox.Value & "')"
-----------------------------------------------------------
where did I go wrong?