I have a query that gets info from a few fields in a single table. In one of the fields, data is repeated multiple times. For example, in 30 records I may have 12 records that contain one entry, another 9 records that contain another entry, etc. My challenge is to create a form and a report that provides in the Form or Page Footer: (1) a COUNT of how many different, unique entries there are in that field, and (2) a LIST of the unique entries.<br><br>Simple example: say the field FIELD4 contains the following data in 10 records - 220, 228, 228, 235, 220, 245, 228, 245, 220, 228. What I want to end up with in the footer is one field that simply contains the number 4 (since there are 4 unique entries), and a second field that contains something like "220, 228, 235, 245" (the list of unique entries in the field). How can I accomplish this? I'm using Access 97. Thanks!<br><br>Walt Wright