How is the Record selection formula is applied to get some informations Between two Dates....I use DTPicker..
I Dropped a Crystal Report from Componets And the code is Just Like Follows..
VB Code:
CReport1.SelectionFormula="{table.Date}>='" & Dtpicker1.Value"& "' And ="{table.Date}<='" & DTp2.value & "'"
But it gives an error as ....this formula not appear to be part of this Formula , Why is so..
Is it possible to 'Reference 'the Cry.Rpt Instead of 'Components'
and Use it in VB prgm....If true , how...
Pls help...
A small prgm would help me very much..
