basil3legs
Programmer
I have 2 Foxpro (DOS) tables, one has Part Details, the other has Invoices which include the Part Numbers to link to the other table. If I link from the Invoice table to the Part table this is a one-to-one relationship and I can group by part to give the total of each part sold.
However, this will only show parts which have been sold and I need to list all parts. If I reverse the link to create a one-to-many relationship from the parts table to the invoices, I get a list of all the parts but the totals sold are incorrect. It appears that Crystal Reports 8.5 is only seeing half of the records this way round.
Does anyone have any suggestions how to overcome this?
However, this will only show parts which have been sold and I need to list all parts. If I reverse the link to create a one-to-many relationship from the parts table to the invoices, I get a list of all the parts but the totals sold are incorrect. It appears that Crystal Reports 8.5 is only seeing half of the records this way round.
Does anyone have any suggestions how to overcome this?