sommererdbeere
Programmer
Hi,
Here is the data:
Cust# Invoice# BookQ InvoiceQ
1234 10099 9000 3000
1234 10100 9000 2000
1234 10101 9000 0
from the above data, BookQ repeated 2 times. From my report, I will have to pull out all the invoice # and InvoiceQ, however, there should be 2 9000 BookQ instead of 3.
my question here is how to eliminate duplicate/repeated value in a field?
how would i go about if i only want to show 2 9000 BookQ instead of 3?
many many thanks to those who help..
this is very urgent if anyone can help..
it will be great..
mm
Here is the data:
Cust# Invoice# BookQ InvoiceQ
1234 10099 9000 3000
1234 10100 9000 2000
1234 10101 9000 0
from the above data, BookQ repeated 2 times. From my report, I will have to pull out all the invoice # and InvoiceQ, however, there should be 2 9000 BookQ instead of 3.
my question here is how to eliminate duplicate/repeated value in a field?
how would i go about if i only want to show 2 9000 BookQ instead of 3?
many many thanks to those who help..
this is very urgent if anyone can help..
it will be great..
mm