| Thread | Last Post | Replies |
|
| Can I add a summary in the report footer to do this...? | 30 Nov 2005 23:14 GMT | 8 |
My report groups audit defect data by Department and displays a calculated sum in the Department Footer for the number of defects found in that Department. But this report may be many pages long and I would like to add a summary to the end of the report that would re-cap each of ...
|
| run-time error 2455 "Invalid reference to property Form/Report" | 30 Nov 2005 23:09 GMT | 1 |
I have the following code in a report module: Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer) Me!srRemarks.Visible = Me!srRemarks.Report.HasData Me!srDates.Visible = Me!srDates.Report.HasData
|
| All values from list box appear with record? | 30 Nov 2005 23:06 GMT | 1 |
I'm creating a simple report of a product listing which includes the product, various labor data, unit cost, unit list price, and UNIT OF MEASURE. Unit of Measure is selected from a list box in the Product table. The problem I have is that each record on the report shows the ...
|
| Print content of a form list box in a report | 30 Nov 2005 23:02 GMT | 3 |
Thanks for the valuable help I have got in this forum so far. Another, and probably simple question: I have a form where I ,through three parameters selected in combo boxes, populate an unbound list box with records. The list box has five columns.
|
| Columns in subreport in main report footer | 30 Nov 2005 22:50 GMT | 3 |
I have subreports in the Report Footer of the main report. I would like these subreports to display in 2 columns. I have tried setting the page setup properties to 2 columns in the main report, the subreports, but I'm having no luck. If I open the subreports by themselves, they ...
|
| printing snp / rtf files | 30 Nov 2005 22:36 GMT | 4 |
From Excel, I have some code that opens/exports an Access report to an rtf file. From here, I create an instance of Word to view/print the file (this allows me to free up the instance of Access and any locks to the file). As we all know, rtf loses much of the formating. I can ...
|
| MVP Full Month Calendar Report | 30 Nov 2005 21:49 GMT | 3 |
A while ago, I got into a discussion comparing Crystal Reports and Access. Some how the discussion came around to creating a cross tab report. An MVP produced a link that showed all kinds of examples of how a Cross Tab can be created in Access and one of those examples showed a ...
|
| place horizontal line under detail section | 30 Nov 2005 21:14 GMT | 5 |
I currently have a multiple page report that I created that I have placed horizontal lines within. However, I cannot seem to figure out how to place a horizontal line under the detail section of the first page and have it consistently connect with the border around the rest of the ...
|
| currency field to appear in report as check box/true false | 30 Nov 2005 20:35 GMT | 6 |
I have a number/currency field that I would like to have appear as a check box on a report, and am unable to do this in the query or the report. The data is appearing on the report as a number. Any way this can be done? I look forward to your suggestions.
|
| MS Access reports | 30 Nov 2005 20:08 GMT | 4 |
I am trying to create a crosstab type of report without using crosstab query. The report captures several survey questions and for each survey questions there are multiple choices that users responded to. Basically I am trying to create a report that will look some thing like this
|
| Subreport problem | 30 Nov 2005 18:59 GMT | 6 |
I am building a Profit and loss report which list the accounts that are part of a sub total. I cannot run one report since some of the subtotals are then calculated by a text box. For example: sub total salaries + sub total G&A are summed up to a higher level.
|
| FOOTER IN REPORT WITH MULTIPLE COPIES | 30 Nov 2005 18:44 GMT | 1 |
I have a report of an invoice that must print in 5 copies identified as: Copy 1 copy 2 ...
|
| Help with MS Access Report: Repost | 30 Nov 2005 18:38 GMT | 1 |
I am trying to create a crosstab type of report without using crosstab query. The report captures several survey questions and for each survey questions there are multiple choices that users responded to. There are three tables for this particular report that will be used. ...
|
| Report datasource | 30 Nov 2005 18:26 GMT | 1 |
I split my database into two part one for application and one for database. How I can make my reports to be based on a table from another database. I tried to use recordset however it is giving me error "this feature is not available in mdb" I am using ms access 2003 however my ...
|
| zipcode | 30 Nov 2005 18:04 GMT | 1 |
I have a access data I'm doing a mailing went into (report) and (labels) put the zipcode comes out as "123456789" instead of "12345-6789 any idea the (input mask) shows the zip as 12345-6789
|