How do I perform a calculation on the values of two fields (or more) in a crosstab query? Sample table contains: [State], [County], [CountofTrials], [CountofSuccessful_Trials], [ActivityDate]. I need to create a crosstab query with row = State or County; column = ActivityDate (grouped by month); value = ratio of Successful Trials/Trials. I can create a crosstab to give me trials and a crosstab to give me successful trials, but I cannot figure out how to get a crosstab to calculate the ratio of success trials to trials.