I am using CR 8.0, Datasource Access 97, Access via ADO
In the report there are tables with order-details-connection. From the Order table there is a
link to the item-table.The link-field (item-number) is a
character-field.
In the report I print fields from both tables.
The problem: The records printed are wrong (joined). It seems, that for each record in the order-detail all records of the items are printed.
This problem appears both at design-time and if I start the Report from a VB6-application.
The problem does not appear if one of the following actions is set:
- I use instead the ADO-Connection the connection direct via database
(MDB)
or
- the item-Number is a numeric field instead of the character field.
or
- I don't print a field of the linked item-table.
For me it seems that there is a problem with linking tables with character-fields by ADO-Access to the datasource.
In the report there are tables with order-details-connection. From the Order table there is a
link to the item-table.The link-field (item-number) is a
character-field.
In the report I print fields from both tables.
The problem: The records printed are wrong (joined). It seems, that for each record in the order-detail all records of the items are printed.
This problem appears both at design-time and if I start the Report from a VB6-application.
The problem does not appear if one of the following actions is set:
- I use instead the ADO-Connection the connection direct via database
(MDB)
or
- the item-Number is a numeric field instead of the character field.
or
- I don't print a field of the linked item-table.
For me it seems that there is a problem with linking tables with character-fields by ADO-Access to the datasource.