I need to create a calcuated index in a calculated table. The two main fields in there are [date] and [channel]. I initially craeted a concatenated collumn of [Date] & [channel] - but when I tried to sort the date field with this new concatenated field, it wouldnt allow me. I need to create a uniquie index for all the records in the table. Thxx