February 17, 200620 yr Newbies Hi there, I am trying to summarize repetitions of content in a field ... how much times the same data occurs in the same field in the record set. Anyone can help me? X
February 17, 200620 yr Create a global field to hold the data you want to count for. Relate the table to itself - a new Table Occurence named MySelfJoin where MyGlobal = MyField. Create an unstored calc field = Count(MySelfJoin::MyField).
Create an account or sign in to comment