Sum fields if values of another fill equals specific value?
I have a report with three fields. [Facility] [Month] [Count] The month field either equals "February" or "March". I want to have a text box that sums the Count field only if the Month Field equals...
View ArticleHow to get a running total for DR and CR
Hey guys, I'm kinda new to microsoft access database and i'm having a problem with getting a running balance calculated from Dr and CR transactions..How to I create the running total?
View ArticleAccess 2007: How to center checkbox under label?
I used the wizard to create a report One field label is about 10-letters wide and the field is a checkbox I can't figure out how to put the checkbox in the center of the field label Access 2007 insists...
View ArticleCross Tab Report Vs Dynamic coulmns
Hello All: I have made a cross-tab query which works fine. I also have made a report which is based on this cross-tab query. Due to nature of the cross-tab querythe Value column(s) is dynamic. The...
View ArticleGroup Totals and Grand Totals on each page
I have a grouped report with totals for each group. I print each group on it's own page to gove to the leader of that group. I would also like to give them grand totals so they may compare their group...
View ArticleHow to fix, "Section width greater than the pagewidth".
I have Microsoft Access 2007. When I do print preview of a simple report I get this message: "The section width is greater than the pagewidth, and there are no items in the additional space, so some...
View ArticlePivot Table with Data Model Connection - getpivotdata #REF error
I have a pivot table that is connected to a data model as the data source for the pivot table. The data model is connected to a SQL Server. I am using the data in the pivot table to populate a...
View ArticleHelp counting multiple checkboxes in a form to make a total in a report
Hello I’m learning Access 2007 by experimentation and by doing myself withou the benefit of formal training, hence I’ve run into a stump (probably a easy solution for some, but not for me … but I know...
View ArticlePopulate unbound controls on report using VBA
I need to create a report where some of my fields can be populated from a recordset opened in code. I have no problem opening the recordset, reading the records, etc., until I need to move the data...
View ArticleDisconnect Column Labels From Data Fields
AAAAaaargh! I'm new to Access 2007, but have been using Access 2003 for years. I want to move/delete report column labels at will, but they are attached to the underlying field controls in the body of...
View ArticlePrint Blank instead if Zero
I have many numeric fields that should show blank of the value is Zero. Is there a way to set that for the whole report (all zeros fields show as blank) I could do iif( statement) for each one but...
View ArticleCan I manipulate my report group header with VBA?
Hi All I have a report that runs nicely. I want to give my users the option of grouping the report. I would like to use the same report object for both to ease maintenance. Therefore I would like to be...
View ArticleAccess 2007,reports,VBA
I have a field in my report which contains GPS information. I am trying toget the value from this field and use it in VBA code to convert it to decimal notation. I am trying to do this in an unbound...
View ArticleConverting GPS coordinates to decimal in Report
I have an Access 2007 database that has a table that contains GPS information in the format degrees° minutes' and seconds". In a report, I want to read this field and, using a unbound text box, convert...
View ArticleSort months by calendar order from a crosstab query
I'm trying to get a report setup to show me data in the in the following manner: Month data 1 data 2 data 3 data 4 Jan 2 5 4 9 Feb 5 8 7 9 Mar 8 1 5 10 Apr 2 4 5 8 The problem is that the months are...
View ArticleA03 - count in report footer gives me #Error?
I tried setting a text box in a Page Footer to show the total number of records in a report but I'm getting the #Error in the footer and I don't know how to fix it. I followed instructions from here,...
View ArticleHelp with Iif on Report
I can't seem to see what's wrong with my logic, although I am sure it's quite simple: I have a report showing students, with their year of attendance under each term, 1-4. Some of them attended the...
View ArticleDetail_Format works in Print Preview but Not When Printing
I am trying to use the technique of having a page break widget in my detailsection to control when a new page should be generated. In my Detail_Format section of the report, my code looks like: Private...
View ArticleReport Viewer Configuration Error
Good morning, I have had a bit of a struggle with a report viewer error that I'm receiving. I did several searches over a few days and tried all recommendations with no luck. I was hoping someone here...
View ArticleHOW CAN I COUNT ALL THE GROUPS IN A REPORT
Hi guys please help me. Below is my report S/n Hours CODE 1 -------4------------A 2--------8------------B 3--------12-----------C 4--------3.5----------A 5--------1.1----------A I want my report to...
View Article