I have an SP which requires to dates being passed to it and the result should open a report. I have set this up in the dataenvironment and grouped it as i only want to see the parent details once and child details many times.<br><br>I know how to pass the params to sql 7 when I physically code the connection - cmd.param.value(0) = xx/xx/xxxx.<br><br>But how do i do this with using the dataenvironment? I have to do it this way as i want my report grouping. If you know how to do this or even a totally different way which is more efficient then you advice will be received with great joy!<br><br>Cheers,<br><br>Ray.