Hi. I have 3 tables that I am working with and will need to do several reports. The one I'm currently working on gets the numbers of procedures a hospital performed grouped by the specialty under which the procedure was listed (for example, how many cardiac procedures were performed). I know the logic behind what I am trying to do, but I'm new to CR and I'm not sure of the syntax. I have a table that holds the procedure info (times, surgeon ID, patient account #, etc.), one that lists surgeons and surgeon IDs and specialties (ID), and a third that lists specialty IDs and descriptions. I currently have a count set up on the ID field (Index field) of the table with the procedure info and a series of what would normally be "where" statements linking each case with a specialty that corresponds to one of the headers so that it is grouped in the right place. What do I use instead of "where" in order to associate fields in my formula? Thanks.