Access reports are powerful and flexible. Learn how to create a query and then a grouped report using the wizard. Modify the report design after the wizard is done to make it look better. There will be another video to explain how to put the final polish on the report, rename it, and add it to a menu form. Download the START and SOLUTION sample databases.
Video Steps
1. Download the START and SOLUTION sample databases (zip file)
4. Use the Report Wizard to create a Grouped Report
Source is the query created in step 3
5. Group by year, month, day, then product category
6. Sort by product name then descending amount
7. Specify the amount to be summed
8. Choose Outline layout
9. Modify the Report Design
Add, delete, resize and move controls; show and use different report sections; spacing and boundaries; calculated controls; formatting and properties; Report View and Print Preview.
Great video submission, Crystal! Congratulations. Your video has been Approved and is now published on Experts Exchange. Feel free to share this video by selecting the social sharing icons.
Recently I have answered a question on how to distribute hours evenly between two dates. I thought this isn't that difficult to do that in Excel with formula, but what I see from this question, it could be applied to other similar scenarios. So, let…
The Indian number format for currency has groups of two and three digits. The native Format function of VBA cannot handle this if Windows is set for a Western localisation. Thus, a custom method must be applied. Here it will be shown how to use dyna…