S
scorpion53061
The datasets can be extremely huge depending if the enduser requests a lot
of data.
of data.

Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

)I am sorry for not being complete originally.
rows = dsreportscopy.Tables(0).Rows.Count
columns = dsreportscopy.Tables(0).Columns.Count
Dim DataArray(rows, columns) As Object
For c = 0 To columns - 1
DataArray(r, c) =
dsreportscopy.Tables(0).Columns.Item(c).ColumnName)
For r = 0 To rows - 1
DataArray(r, c) = dsreportscopy.Tables(0).Rows(r).Item(c))
Next
Next
Dim splitout As String
splitout = Join(DataArray(rows, columns), " ")
I think the real judge of this will have to be scorpI did make that sample,
Will you look at it if this is what you did mean?

You can't. Stop hitting your head on the wall, wipe up the blood, put aI cannot seem to find a way to get an array of a dataset (ArrayData (r,c)
r - rows, c = columns) into a MS Word table.
band-aid on the bruise, take a deep breath, then read and think about what
we've been telling you.
Any help you would give would please me greatly.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.