Re: Stored Procedures With VB "Jarrod Morrison" <jarrodm@ihug.com.au> wrote:
<snip>
> Rstest.NextRecordset
<snip>
Although I like the use of UNION mentioned already better, to get this to
work, you would use....
Set Rstest = Rstest.NextRecordset
Craig |