I have a form that has a field for (amongst many other fields) EmployeeName, Month, and Quality. I sort typically filter the data by Month in order to find the quality for each employee for that month.
What I need to do now is to display/work with the Quality for each employee for the past 6 months. What formula can I put in the text box to have it show me the quality for the previous month, and then another for the month before that, etc so that I have 6 text boxes one for each of the last 6 month's quality.
Thanks,