tsunami100
Programmer
Hi,
I have a table that is linked to a cobol-table.
There's something i really don't understand.
Each record has a invoicenr, customername, IDnr, deliveryplace, and articlenr.
BUT these fields are not stored in one record !!!
The invoicenr, ID customernr and deliveryplace are stored in one record.
Then the next record has the same invoicenr and starts with IDnr 0 and articlenr.
For every article there is an new record that's how it should be but it doens't repeat the other information only invoicenr ID end articlenr.
Here an example of a table :
In fact these are seven records but how can i retrieve let's say al the records for customer 212.
Thanks
I choose my username Tsunami so that everytime somebody see this, he or she will remember this disaster where i lost a good friend.
I have a table that is linked to a cobol-table.
There's something i really don't understand.
Each record has a invoicenr, customername, IDnr, deliveryplace, and articlenr.
BUT these fields are not stored in one record !!!
The invoicenr, ID customernr and deliveryplace are stored in one record.
Then the next record has the same invoicenr and starts with IDnr 0 and articlenr.
For every article there is an new record that's how it should be but it doens't repeat the other information only invoicenr ID end articlenr.
Here an example of a table :
Code:
Invoicenr ID Customernr. Deliveryplace artnr
100 0 212 London
100 1 52
100 2 53
100 3 54
200 0 213 Brussels
200 1 53
200 2 51
Thanks
I choose my username Tsunami so that everytime somebody see this, he or she will remember this disaster where i lost a good friend.