Hi,
I have a DataEnvironment and a DataReport in my Visual Basic project, in which I am using Access database. When I produce the report, during run-time, and when I close the report, and try to execute another SQL query to produce a second report I get an error, that the object (my DataReport) cannot stay open...

the run-time error that appears is :

"Run-time error 3705: Operation is not allowed when the object is open"

And when I press "Debug" the error is located in line:
DataEnvironement1.Command1 mystr1
at the object DataEnvironment

Can someone pls pls help ???
or if you know a DataReport , DataEnvironment tutorial, can someone please send me the link?
thank you, so much !!!