O
Oko
I'm currently developing an MS Access Data Project (.adp) in MS
Access
2002.
One of the reports within the DB uses data that is Dynamic and cannot
be stored on the SQL Server. To resolve this, I have created an
ADODB.Recordset in the reports OPEN event, built the necessary
records
inside of it, and then bound the report to this newly created
recordset.
Here's the rub:
It seems that no matter what, it iterates through all of the records
but each record displays the value of the last record. So assuming
one
field named rptName (which is my setup) where there are 4 records
that
say "Oscar", "Dennis", "John", and "Terrance" respectively the report
would return:
Terrance
Terrance
Terrance
Terrance
Obviously this is sub-optimal.
Anyone have any idea what I'm missing and how I can resolve this?
TIA
-j
Access
2002.
One of the reports within the DB uses data that is Dynamic and cannot
be stored on the SQL Server. To resolve this, I have created an
ADODB.Recordset in the reports OPEN event, built the necessary
records
inside of it, and then bound the report to this newly created
recordset.
Here's the rub:
It seems that no matter what, it iterates through all of the records
but each record displays the value of the last record. So assuming
one
field named rptName (which is my setup) where there are 4 records
that
say "Oscar", "Dennis", "John", and "Terrance" respectively the report
would return:
Terrance
Terrance
Terrance
Terrance
Obviously this is sub-optimal.
Anyone have any idea what I'm missing and how I can resolve this?
TIA
-j