Remember Me
forgot your password?

Tips and Tricks for working with Microsoft Access Reports

Manually Adding Grouping
1. Create report and click on View | Sorting and Grouping
2. Select field/s you want to group on Keep together property-
Yes – keeps together
With First Detail – keeps together and first record is kept with group header

Printing Data in Columns
File | PageSetup [Columns]

Printing Data in Columns with a Heading that Spans Columns
1. Create a report showing the data in columns and delete the page and report headers and footers.
2. Save the report.
3. Create another report with a header that spans the new report
4. Insert the other form as a subreport into the detail section of this report and resize so that it fills the width of the report.
5. Format borders as required
6. Save the report.

Numbering Records in a Report

1. Add an unbound text box to the detail section of the report
2. In the properties for the text box, click on the data tab
3. In the Control source property enter =1
4. In the Running Sum property select Over all or Over Group if the numbering needs to restart in each group.

Starting Page Numbering on a number other 1

1. In the footer add an unbound text box
2. Type the following into the text box =[Page]+the number you want to start on -1

Include a Running Total

1. Insert an unbound text box
2. In properties [Data] Control Source property choose the name of the field you want a running total for
3. Choose Over All or Over Group in the Running Sum property

Grand Totalling a Calculated Field

1. Use the Sum() function in the Report Footer (not Page Footer)
2. Use the same formula in the calculated field eg =sum([Fieldname]*[Fieldname])

Set Default Print Margins
Tools | Options [General]

Create a Page Break after Each Group

Add a page break in the Group Footer
OR
1. Select the Group Footer and open Properties [Format]
2. Set Force New Page property to After Section

Display Parameter Values in a Report
1. Create the parameter query and include the parameters as fields in the QBE grid – use exactly the same names eg [Start Date] as a parameter, would be something like Start: [Start Date] as a field
2. Create the report and use the fields wherever appropriate in the report, eg form report title control source may read:
="Customer Orders between" & " " & [Start Date] & " " & [End Date]

Open Report Based on a Single Record Shown in a Form

1. Create a report as usual
2. Create a macro:
Action: Open Report
Report Name: Name of Report
Where condition: [fieldname] = Forms![formname]![formcontrolname]

Fieldname is the unique reference that identifies the record

3. Drag the macro onto the form

Empty Calculated Fields

If some records show empty calculated fields this is because the calculated field value is Null. To covert Nulls to zeros use the NZ() function.
eg =NZ([Price])*.2

Column Headings in SubReports

Page headers and footers will not print – put headings in report header.
If the subreport goes over one page but headings in a group header.

Calculations in PageHeaders/Footers
Sum() does not work in a Page Header, therefore create the calculation elsewhere, such as the report footer and the create a text box that refers to that control in the page footer =[ControlName]

Chester Tugwell

Chester Tugwell is a freelance Microsoft Office trainer and owner of Blue Pecan Computer Training based in Sussex, UK. He provides a comprehensive set of Access training courses as well as other Microsoft Office training options.

Rate this Article: 0 / 5 stars - 0 vote(s)
Print Email Re-Publish

Add new Comment



Captcha

  • Latest Databases Articles
  • More from Chester Tugwell

What Do You Know About Internet Movie Download Sites? - Internet Movie Download Sites Heads Up – Scam Or Real???

By: Dimitar Mishev | 21/12/2009
There are many sites that offer movie downloads, but no where on the site can you find their claim to be doing this legally. There are some sites that ask you not to use the term 'legal' if you are promoting them in a blog or website. Why would they be concerned about that term being used if they were on the up and up?

What Do You Know About Internet Movie Download Sites? - Internet Movie Download Sites Heads Up – Scam Don’t Buy It!

By: Dimitar Mishev | 21/12/2009
As you may know, there are tons of places online where you can find options for Internet movie download Sites. The thing you need to be concerned about is which sites are legal.

Review Of Movie Download Sites - Here Is A Review Of Movie Download Sites That I Have Come Across – Safe Money On Movie Downloads

By: Dimitar Mishev | 21/12/2009
There are so many movie download sites available here on the Internet. I have put together a list of those that are the most affordable and that offer the best variety to choose from.

Review Of Movie Download Sites - Here Is A Review Of Movie Download Sites That I Have Come Across – Safe Money On Movie Downloads

By: Dimitar Mishev | 21/12/2009
There are so many movie download sites available here on the Internet. I have put together a list of those that are the most affordable and that offer the best variety to choose from.

Are Unlimited Movie Downloads Really Possible? - You Can Find Unlimited Movie Downloads Right Online – Don’t Pay For Single Movie

By: Dimitar Mishev | 21/12/2009
If you are a movie buff, then the idea of unlimited movie downloads probably sounds great to you. And the wonderful thing about this is that you really can get unlimited movie downloads legally. You, with a bit of knowledge, can avoid the pitfalls and scams while finding the best deals on the Internet.

What To Look For In Movie Download Websites - Some Tips To Find the Best Movie Download Websites – Became Member Now!

By: Dimitar Mishev | 21/12/2009
I have been doing some homework on the movie download websites, and I have come to the conclusion that there are a lot of scams, false advertising, websites who claim to have huge selections of movies, video games, and music to download. Because of this, I want you to be saved from the mistakes I have made.

Reverse Phone Lookup to Trace Any Cell Phone, Fixed Or Unlisted Phone Numbers , Search Own Your Own

By: Dimitar Mishev | 21/12/2009
Through the reverse phone lookup, you can trace any cell or contact number and find out who the owner is, what is his or her address with complete details. People need to find the owner's details for various reasons and they are taking help of reverse phone lookup directory or services to get the complete information about the person or company.

How to Use a Reverse Phone Directory Effectively . Becoming Investigator On Your Own!

By: Dimitar Mishev | 21/12/2009
The reverse phone directory is your best bet to find out information about a particular person making a call to you. In fact, the free online reverse phone directory has been used by people to find out the location from where a particular call has taken place, especially in the case of landline calls.

Excel SUMIFS Function

By: Chester Tugwell | 03/07/2009 | Software
SUMIFS is a function that first appears in Excel 2007. You may have previously used SUMIF to sum up values in a list based on criteria in another column. SUMIFS works the same way but allows you to use multiple criteria either in different columns or the same column.

Create A Drop Down List In Excel

By: Chester Tugwell | 03/07/2009 | Software
Drop down lists are a great addition to a worksheet making data more efficient and also restricting what values can be entered into a cell.

Excel Mortgage Payment Formula

By: Chester Tugwell | 22/06/2009 | Software
A walk through of the PMT function in Excel which allows you to calculate monthly repayments on a mortgage.

Tips and Tricks for working with Microsoft Access Reports

By: Chester Tugwell | 18/06/2009 | Databases
A selection of tips and tricks for working in Microsoft Access reports. Not all tips will be relevant to all versions of Access

Tips and Tricks for working with Microsoft Access Forms

By: Chester Tugwell | 18/06/2009 | Databases
A selection of tips for working with Microsoft Access Forms. Not all tips will be relevant to all versions of Access.

Tips and Tricks for working with Microsoft Access Queries

By: Chester Tugwell | 18/06/2009 | Databases
A collection of tips and tricks that you may find useful when working with queries in Microsoft Access.

Displaying Parameter Values in a Microsoft Access Report

By: Chester Tugwell | 18/06/2009 | Databases
If you use parameter queries and then base reports on those queries this tutorial is for you. It will show you to display the parameter values that have been used in the heading of the report.

Submit Your Articles Free: Signup
Article Categories




Use of this web site constitutes acceptance of the Terms Of Use and Privacy Policy | User published content is licensed under a Creative Commons License.
Copyright © 2005-2008 Free Articles by ArticlesBase.com, All rights reserved. (0.07, 1, w1)