I'm passing date values as parameters to a data report. Based on the range of dates the report is supposed to show the result. But it works fine if I supplied no parameters. All my three reports work fine without parameters. Pls help me out as to why I'm getting this err. I've established connection to Access Database on Initialise Event of Dataenvironment1.
On Ok command button I've created

rspurchaseofshares.filter = FiltrVals

if Rspurchaseofshares.recordcount >0 then
rspurchaseofshares.show
endif

I'm stuck very badly.Pls help me out.

Thanking U gurus in adv
Sham