kermit01de
Technical User
For this example:
Table SalesLine
Field [orderno.]
Field [Debitor]
Field [item]
orderno. - Debitor - item
10001 12345 1010101
10001 12345 1122334
10001 12345 1111111
10002 12222 1010101
10002 12222 1122222
10002 13344 1231231
10003 14444 1010111
Now I have to find all orderno. that have more that one Debitor
In this case the select should give back the 10002
Any hint from anyone - would be very nice ...
Kind regards
Mirko
Kind regards
Mirko
--------------------------------------
>>>>>> ... I am sure, some supportissues are a matter of PEBKAC ... <<<<<
Table SalesLine
Field [orderno.]
Field [Debitor]
Field [item]
orderno. - Debitor - item
10001 12345 1010101
10001 12345 1122334
10001 12345 1111111
10002 12222 1010101
10002 12222 1122222
10002 13344 1231231
10003 14444 1010111
Now I have to find all orderno. that have more that one Debitor
In this case the select should give back the 10002
Any hint from anyone - would be very nice ...
Kind regards
Mirko
Kind regards
Mirko
--------------------------------------
>>>>>> ... I am sure, some supportissues are a matter of PEBKAC ... <<<<<