<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Microsoft Access Forums - Reports</title>
		<link>http://www.accessforums.net/</link>
		<description>Report generation.</description>
		<language>en</language>
		<lastBuildDate>Tue, 21 May 2013 11:46:16 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.accessforums.net/images/misc/rss.png</url>
			<title>Microsoft Access Forums - Reports</title>
			<link>http://www.accessforums.net/</link>
		</image>
		<item>
			<title>Group Totals Based On Values</title>
			<link>http://www.accessforums.net/reports/group-totals-based-values-35035.html</link>
			<pubDate>Tue, 21 May 2013 02:54:16 GMT</pubDate>
			<description>I am an infrequent access user, and have a totalling problem.  I have a query which pulls out a list of students, and the colleges they are going to,...</description>
			<content:encoded><![CDATA[<div>I am an infrequent access user, and have a totalling problem.  I have a query which pulls out a list of students, and the colleges they are going to, as well as their gender (M/F, nothing in between!).  I'm trying to produce a report that basically shows me the following, but can't figure out the appropriate function/formula to tally the genders seperately :<br />
<br />
Smith College         Male : 15     Female : 12<br />
Jones College         Male : 11     Female : 9<br />
<br />
Totals :                 Male : 26     Female : 21<br />
<br />
Thanks in advance! :)</div>

]]></content:encoded>
			<category domain="http://www.accessforums.net/reports/">Reports</category>
			<dc:creator>Poida3934</dc:creator>
			<guid isPermaLink="true">http://www.accessforums.net/reports/group-totals-based-values-35035.html</guid>
		</item>
		<item>
			<title>Format$ date...</title>
			<link>http://www.accessforums.net/reports/format-date-35028.html</link>
			<pubDate>Mon, 20 May 2013 19:36:58 GMT</pubDate>
			<description><![CDATA[Access 2007 SP 3, Windows XP Version 2002 SP3 
 
I have a calculated field ([SendDate]) in a query that calculates a specific date by adding 10 days...]]></description>
			<content:encoded><![CDATA[<div>Access 2007 SP 3, Windows XP Version 2002 SP3<br />
<br />
I have a calculated field ([SendDate]) in a query that calculates a specific date by adding 10 days to it ([DOD]+10). The report based on this query is grouped by month by week on SendDate: Format$([SendDate], &quot;mmm&quot;, 0,0)<br />
<br />
<br />
The report is then sorted by [SendDate], then by [DOD], and last by [Pt]. <br />
<br />
On the printed report each week is separated nicely. However, I'd like for it to show Saturday as the first day of the grouping (instead of the last day of the grouping). How do I accomplish this without too much code? Isn't there a simple way of doing this on the &quot;Design View&quot; layout of the form?<br />
<br />
Thanks so much!</div>

]]></content:encoded>
			<category domain="http://www.accessforums.net/reports/">Reports</category>
			<dc:creator>1Giggles</dc:creator>
			<guid isPermaLink="true">http://www.accessforums.net/reports/format-date-35028.html</guid>
		</item>
		<item>
			<title>Report with Multiple Grouping and specific range on 1 group</title>
			<link>http://www.accessforums.net/reports/report-multiple-grouping-specific-range-1-group-34963.html</link>
			<pubDate>Fri, 17 May 2013 06:38:51 GMT</pubDate>
			<description><![CDATA[Hi All. New to the forums and I've ran into some trouble with a project i'm working on. 
 
I have a project that has a road with several segments...]]></description>
			<content:encoded><![CDATA[<div>Hi All. New to the forums and I've ran into some trouble with a project i'm working on.<br />
<br />
I have a project that has a road with several segments that make up the road. I also have some records that are right of way distances by milepost that need to fall within each section and display under that segment of road. I think what I need to do is something with the grouping but I cant figure out what i'm doing wrong. I've attached a sample database with the information and the report I would like to setup as well. Also attached is what the report would look like. <br />
<br />
Currently it seems to work except it shows multiple copies of records under each segment and they don't fall within the segment for each road. <br />
<br />
I'm not an expert but I have played around with access for awhile now and then. Any pointers or ideas on how to get it to work correctly?<br />
<br />
Thank you,<br />
<br />
Jason</div>


	<div style="padding:10px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<ul>
			<li>
	<img class="inlineimg" src="http://www.accessforums.net/images/attach/pdf.gif" alt="File Type: pdf" />
	<a href="http://www.accessforums.net/attachment.php?attachmentid=12395&amp;d=1368772531">REPORT.pdf</a> 
(60.4 KB)
</li><li>
	<img class="inlineimg" src="http://www.accessforums.net/images/attach/mdb.gif" alt="File Type: mdb" />
	<a href="http://www.accessforums.net/attachment.php?attachmentid=12396&amp;d=1368772630">Test Database.mdb</a> 
(364.0 KB)
</li>
			</ul>
		</fieldset>
	

	</div>
]]></content:encoded>
			<category domain="http://www.accessforums.net/reports/">Reports</category>
			<dc:creator>jnielsen</dc:creator>
			<guid isPermaLink="true">http://www.accessforums.net/reports/report-multiple-grouping-specific-range-1-group-34963.html</guid>
		</item>
		<item>
			<title>Create 280 of the permutations of the same report for printing</title>
			<link>http://www.accessforums.net/reports/create-280-permutations-same-report-printing-34959.html</link>
			<pubDate>Fri, 17 May 2013 02:38:29 GMT</pubDate>
			<description><![CDATA[Hello, 
 
I'm using a bit of software developed in access for the statistical analysis of data. I am a new access user.  
 
There is a single report...]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I'm using a bit of software developed in access for the statistical analysis of data. I am a new access user. <br />
<br />
There is a single report in the access database that I would like to run for 280 different data inputs. It is the same report, only the inputs change. If I did this manually, I would have to select each of the 280 data sets in a drop-down menu and then print off each one of the reports individually to a pdf creator.<br />
<br />
In my limited knowledge, it seems like I need a macro to both select the different data inputs and run the report over and over again. Somehow these reports would all have to be combined into a single printable report at the end.<br />
<br />
I realize this is a vague inquiry, but, honestly, any help to send me down the right path would be appreciated. Thank you!<br />
<br />
-Ben:confused:</div>

]]></content:encoded>
			<category domain="http://www.accessforums.net/reports/">Reports</category>
			<dc:creator>bgreg00</dc:creator>
			<guid isPermaLink="true">http://www.accessforums.net/reports/create-280-permutations-same-report-printing-34959.html</guid>
		</item>
		<item>
			<title><![CDATA["Hit counter" on Report]]></title>
			<link>http://www.accessforums.net/reports/hit-counter-report-34948.html</link>
			<pubDate>Thu, 16 May 2013 15:05:12 GMT</pubDate>
			<description>I currently have a textbox that search for related records. Once the records are found it runs a report and displays information of each related...</description>
			<content:encoded><![CDATA[<div>I currently have a textbox that search for related records. Once the records are found it runs a report and displays information of each related record.<br />
What i would like to have it somehwere on the page header of the report a small box that displays the number of records displayed below.<br />
<br />
is there a count function or code i can do to make it do this?<br />
Thanks for any help!</div>

]]></content:encoded>
			<category domain="http://www.accessforums.net/reports/">Reports</category>
			<dc:creator>sevanty7</dc:creator>
			<guid isPermaLink="true">http://www.accessforums.net/reports/hit-counter-report-34948.html</guid>
		</item>
		<item>
			<title><![CDATA[[Solved] Report Control Source Manipulation]]></title>
			<link>http://www.accessforums.net/reports/report-control-source-manipulation-34932.html</link>
			<pubDate>Thu, 16 May 2013 03:10:16 GMT</pubDate>
			<description><![CDATA[I am searching for the proper (if possible) control source code to (1) print "Yes" when the table field is "True" and use case values 1 to 5 to...]]></description>
			<content:encoded><![CDATA[<div><span style="font-family: arial"><font size="3">I am searching for the proper (if possible) control source code to (1) print &quot;Yes&quot; when the table field is &quot;True&quot; and use case values 1 to 5 to insert a different phrase for each number.  I gather that &quot;If Then logic&quot; isn't used in &quot;Expression Builder&quot;!  Also is there a <font color="#000000">similar</font> <font color="#000000">technique</font> for Queries?  TIA Phil</font></span></div>

]]></content:encoded>
			<category domain="http://www.accessforums.net/reports/">Reports</category>
			<dc:creator>justphilip2003</dc:creator>
			<guid isPermaLink="true">http://www.accessforums.net/reports/report-control-source-manipulation-34932.html</guid>
		</item>
		<item>
			<title><![CDATA[[Solved] Grouped field header on report]]></title>
			<link>http://www.accessforums.net/reports/grouped-field-header-report-34908.html</link>
			<pubDate>Wed, 15 May 2013 12:37:27 GMT</pubDate>
			<description><![CDATA[Hi all. I'm trying to display a grouped field header at the top of every page since the group may extend for many pages and I want the user to be...]]></description>
			<content:encoded><![CDATA[<div>Hi all. I'm trying to display a grouped field header at the top of every page since the group may extend for many pages and I want the user to be able to tell what group they're looking at even if they open to the middle of the report. It works fine to put the group value somewhere in the page header, but this doubles up on the first page since the same value is also in the first group on the first page. So for example the first page has &quot;Group Header 1&quot; in the page header and &quot;Group Header 1&quot; also in the group header itself. How can I prevent the group header from displaying only on the first group of the first page? Thanks in advance...Glenn</div>

]]></content:encoded>
			<category domain="http://www.accessforums.net/reports/">Reports</category>
			<dc:creator>Glenn_Suggs</dc:creator>
			<guid isPermaLink="true">http://www.accessforums.net/reports/grouped-field-header-report-34908.html</guid>
		</item>
		<item>
			<title>Running Sum divided by Month Total</title>
			<link>http://www.accessforums.net/reports/running-sum-divided-month-total-34899.html</link>
			<pubDate>Tue, 14 May 2013 20:47:03 GMT</pubDate>
			<description>I am trying to do a running sum divided by the month total. The month total is a baseline and the running sum is for # of hours. I am trying to do...</description>
			<content:encoded><![CDATA[<div>I am trying to do a running sum divided by the month total. The month total is a baseline and the running sum is for # of hours. I am trying to do cumulative hours per person. I had the Dsum formula working correctly but can seem to get it to divide by the reporting months baseline.. any ideas?<br />
<br />
=(DSum(&quot;[Training]&quot;,&quot;Relationship Mgt&quot;,&quot;[HRP LNAME]='&quot; &amp; [HRP LNAME] &amp; &quot;' AND [Month Number]&lt;=&quot; &amp; [Month Number] &amp; &quot;&quot;))/(&quot;[Portfolio Total]&quot;,&quot;Relationship Mgt&quot;,&quot;[HRP LNAME]='&quot; &amp; [HRP LNAME] &amp; &quot;' AND [Month Number]&lt;=&quot; &amp; [Month Number] &amp; &quot;&quot;)</div>

]]></content:encoded>
			<category domain="http://www.accessforums.net/reports/">Reports</category>
			<dc:creator>kwooten</dc:creator>
			<guid isPermaLink="true">http://www.accessforums.net/reports/running-sum-divided-month-total-34899.html</guid>
		</item>
		<item>
			<title><![CDATA[[Solved] File Path determines image imbeded in report - Not working]]></title>
			<link>http://www.accessforums.net/reports/file-path-determines-image-imbeded-report-not-34886.html</link>
			<pubDate>Tue, 14 May 2013 13:41:31 GMT</pubDate>
			<description>I am using the following code to imbed an image on my report.   
 
 
Code: 
--------- 
Option Compare Database 
Private Sub Detail_Format(Cancel As...</description>
			<content:encoded><![CDATA[<div>I am using the following code to imbed an image on my report.  <br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Option Compare Database<br />
Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)<br />
If IsNull(Me.ImagePath) Then<br />
&nbsp;Me.ImgPic.Picture = &quot;O:\Bellingham\Intranet\Production\Labels\WIP\wip.bmp&quot;<br />
&nbsp;Else<br />
&nbsp;Me.ImgPic.Picture = Me.ImagePath<br />
&nbsp;End If<br />
End Sub</code><hr />
</div>I've used it before and never had problems with it, but now it only works intermitently.  For certain records it works fine, for others it gives me an error message that says that a custom macro failed to run and then when I push debug it displays my code and highlights the line:<br />
<br />
&quot;Me.ImgPic.Picture = Me.ImagePath&quot;<br />
<br />
I've verified that the path in ImagePath is correct on both records. What else could I be missing? <br />
<br />
Thanks!</div>

]]></content:encoded>
			<category domain="http://www.accessforums.net/reports/">Reports</category>
			<dc:creator>brharrii</dc:creator>
			<guid isPermaLink="true">http://www.accessforums.net/reports/file-path-determines-image-imbeded-report-not-34886.html</guid>
		</item>
		<item>
			<title><![CDATA[[Solved] What is a good title for this question?]]></title>
			<link>http://www.accessforums.net/reports/what-good-title-question-34847.html</link>
			<pubDate>Mon, 13 May 2013 07:41:51 GMT</pubDate>
			<description>I have a form where there are 3 different functions by Employees, their names to be recorded. 
OK so the tblActivity has 3 different FKs all to...</description>
			<content:encoded><![CDATA[<div>I have a form where there are 3 different functions by Employees, their names to be recorded.<br />
OK so the tblActivity has 3 different FKs all to IDEmployee and so on the relationships the 2nd and 3rd FKs produce tblEmployee_1 and tblEmployee_2. All good so far. And on the form all is also good.<br />
When it comes to the report and I want to display the 3 employees . So I'm thinking my query has all of tblActivity then I add tblEmployee 3 times then I'm sort of stuck. I could choose the fields from each table  -  but<br />
I want to concantenate     ExprNameBuilder: [Surname] &amp; &quot;, &quot; &amp; [NameFirst]  for each of them but so far no go<br />
Any ideas please</div>

]]></content:encoded>
			<category domain="http://www.accessforums.net/reports/">Reports</category>
			<dc:creator>libraccess</dc:creator>
			<guid isPermaLink="true">http://www.accessforums.net/reports/what-good-title-question-34847.html</guid>
		</item>
		<item>
			<title>Team Rosters</title>
			<link>http://www.accessforums.net/reports/team-rosters-34832.html</link>
			<pubDate>Sun, 12 May 2013 05:17:27 GMT</pubDate>
			<description>I have 16 different reports for 16 different teams.  The record source for each report is a query for each team .  Each query refers to one huge...</description>
			<content:encoded><![CDATA[<div>I have 16 different reports for 16 different teams.  The record source for each report is a query for each team .  Each query refers to one huge student list that contains information about which sport the student plays, nationality, grade, address, etc.  With 16 teams this method is still manageable, however I am thinking that there must be a better and easier way.  These team rosters are like class lists for teachers in a school.  In a big school of 50 to 100 classes, I can't imagine having to create a separate report and query for each class.  Is there a way I can have 1 report which when run/opened (being new to access I don't know the terminology), will prompt me to enter team (eg. high school boys basketball) and also can retrieve the info straight from the main student data base, rather than having a separate query for each sport?</div>

]]></content:encoded>
			<category domain="http://www.accessforums.net/reports/">Reports</category>
			<dc:creator>TAD</dc:creator>
			<guid isPermaLink="true">http://www.accessforums.net/reports/team-rosters-34832.html</guid>
		</item>
		<item>
			<title><![CDATA[[Solved] Using "Count" function in a report footer]]></title>
			<link>http://www.accessforums.net/reports/using-count-function-report-footer-34830.html</link>
			<pubDate>Sat, 11 May 2013 19:35:14 GMT</pubDate>
			<description><![CDATA[Is there a form of the count function wherein one can stipulate to not count duplicates?  E.g., ControlSource of a text box =Count([LastName]) where...]]></description>
			<content:encoded><![CDATA[<div>Is there a form of the count function wherein one can stipulate to not count duplicates?  E.g., ControlSource of a text box =Count([LastName]) where it is possible that there are multiple records possible for the same last name.  (Only want that name counted once)<br />
Thanks,<br />
Bill</div>

]]></content:encoded>
			<category domain="http://www.accessforums.net/reports/">Reports</category>
			<dc:creator>GraeagleBill</dc:creator>
			<guid isPermaLink="true">http://www.accessforums.net/reports/using-count-function-report-footer-34830.html</guid>
		</item>
		<item>
			<title>Display and print group records in one page only?</title>
			<link>http://www.accessforums.net/reports/display-print-group-records-one-page-only-34826.html</link>
			<pubDate>Sat, 11 May 2013 10:25:32 GMT</pubDate>
			<description>Please kindly help me... on how to display and print each group by records in one page only.</description>
			<content:encoded><![CDATA[<div>Please kindly help me... on how to display and print each group by records in one page only.</div>

]]></content:encoded>
			<category domain="http://www.accessforums.net/reports/">Reports</category>
			<dc:creator>wittybrent</dc:creator>
			<guid isPermaLink="true">http://www.accessforums.net/reports/display-print-group-records-one-page-only-34826.html</guid>
		</item>
		<item>
			<title>Grouping Expressions</title>
			<link>http://www.accessforums.net/reports/grouping-expressions-34820.html</link>
			<pubDate>Fri, 10 May 2013 22:32:56 GMT</pubDate>
			<description><![CDATA[Can't seem to get group expressions correct.  I need two groups: 
 
[LastName] where [field1] = True     (Sorted by last name) 
[LastName] where...]]></description>
			<content:encoded><![CDATA[<div>Can't seem to get group expressions correct.  I need two groups:<br />
<br />
[LastName] where [field1] = True     (Sorted by last name)<br />
[LastName] where [Field2] = True    (Sorted by last name)<br />
<br />
Then, how do I get to the section properties so I can specify NewRowOrCol for the second of the two groups.<br />
<br />
Thanks,<br />
Bill</div>

]]></content:encoded>
			<category domain="http://www.accessforums.net/reports/">Reports</category>
			<dc:creator>GraeagleBill</dc:creator>
			<guid isPermaLink="true">http://www.accessforums.net/reports/grouping-expressions-34820.html</guid>
		</item>
		<item>
			<title>Sub-report okay as stand-alone, but Filter expression errors when used as sub-report</title>
			<link>http://www.accessforums.net/reports/sub-report-okay-stand-alone-but-filter-34814.html</link>
			<pubDate>Fri, 10 May 2013 18:54:15 GMT</pubDate>
			<description>I have a sub-report that formats and displays properly when run by itself. The On-Open code: 
 
Private Sub Report_Open(Cancel As Integer) 
Me.Filter...</description>
			<content:encoded><![CDATA[<div>I have a sub-report that formats and displays properly when run by itself. The On-Open code:<br />
<br />
Private Sub Report_Open(Cancel As Integer)<br />
Me.Filter = &quot;[Provide Ride] &gt; 0 AND [RetYear] = '2013'&quot;<br />
Me.FilterOn = True<br />
End Sub<br />
<br />
However, that same code gets an error at Me.Filter = &quot;[Provide Ride] &gt; 0 AND [RetYear] = '2013'&quot; when I attempt to run the parent report. <br />
<img src="http://www.accessforums.net/image/png;base64,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" border="0" alt="" /><br />
<br />
I'm clueless as to what's different between the two.<br />
Any ideas as to what causes the error?<br />
Thanks,<br />
Bill<br />
<br />
Here's the error. (Too bad one can't paste images into a post)<br />
<br />
<a href="http://www.accessforums.net/attachment.php?attachmentid=12301&amp;d=1368212697"  title="Name:  RidesError.jpg
Views: 8
Size:  20.0 KB">RidesError.jpg</a></div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="http://www.accessforums.net/images/attach/jpg.gif" alt="File Type: jpg" />
	<a href="http://www.accessforums.net/attachment.php?attachmentid=12301&amp;d=1368212697">RidesError.jpg</a> 
(20.0 KB)
</li>
			</ul>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="http://www.accessforums.net/reports/">Reports</category>
			<dc:creator>GraeagleBill</dc:creator>
			<guid isPermaLink="true">http://www.accessforums.net/reports/sub-report-okay-stand-alone-but-filter-34814.html</guid>
		</item>
	</channel>
</rss>
