I am using MS-ACCESS. I have a table with field as Receipt_No. In this field there are many times repeated values. I just want to display this repeated values only once rather than displaying it to several times. Here is my table:
Registration_No Payment_Date Charges Receipt_No
T-11 8/7/2011 200 105
T-12 8/7/2011 200 106
T-13 7/12/11 200 107
T-14 12/7/2011 200 108
T-15 12/7/2011 400 108
Here in Receipt_No field 108 appears 2 times i want to display it only once as:(charges either 200 or 400. But Receipt_No should display once): Please help me..
Registration_No Payment_Date Charges Receipt_No
T-11 8/7/2011 200 105
T-12 8/7/2011 200 106
T-13 7/12/11 200 107
T-14 12/7/2011 200 108