Average cases handled per agent in Sorting and Grouping report
In a report using sorting and grouping by [WeekClosed], [Agent] counting [CasesHandled] I would like an average number of CasesHandled per Agent in the WeekClosed header. For example WeekClosed...
View ArticleGroup by value
Hi Is it possible to group records on a report by a value? for example if I had a field called labour time (in hours) on my report, would it be possible to group records for every 20 hours? Thanks Alec
View Articlestart count after 3rd. record.
Hi, I would like to count records in a field beginning with the 4th. record. I now have this in a text box: =Count([VisitDate]) , but I need to start the count AFTER the 3rd. visit date to get a total...
View ArticleReport summing problem
Is there a simple way to do this? I think I can get it done with coding and such, but perhaps there's an easier way? I have a report that is grouped as follows: Class Student Item Type Item I would...
View ArticleAlternate newsgroup/website?
I see that this newsgroup is no longer heavily used. Have people migrated elsewhere? Or is this just a sign of what has become of Access? TIA LAS
View ArticleAdding a checkbox to an Access 2007 report
I've created a report that will be constantly updated with new records thatmy group is generating for another group within my company. The report will be a checklist for tasks to complete. Is there a...
View ArticleReport Width, why 23" not 11"
When I make a report from a query, the default action is to place everything in a row and I frequently end up with a report that's 23 inches wide. Why does it do that? Then I need to move everything...
View ArticleChange upper case to sentence case
Hello, The names of my church's ushers are all in upper case in the table. How can I have them appear in title case in the report? Thanks in advance, Ellen
View ArticleMerge image file in Access 2007 attachment field into Word document
I'm using Access 2007 with the new attachment field type. I have a table with an attachment field that contains a .JPG image file. I would like to do a Word merge and insert the attached image for each...
View ArticleChange text box background color depending on value in Label Reports
Hi, hope someone can help. Struggling with this. I have designed in MsAccess 2007 a Reports to print Labels 3 across. I would like a specific field to change background color according to the value of...
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 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 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 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 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 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 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 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 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 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 Article