This document summarizes part 6 of a tutorial on creating dynamic reports in Microsoft Access. It describes how to build a dialog box that allows users to filter and sort the data displayed in an Access report. The dialog box uses combo boxes and list boxes to let users select filter criteria for fields like office and department. The code constructs SQL statements to dynamically update the report's filter property based on the user's selections. It also explains how to add sorting options so users can choose up to three fields to sort the report data.