| Thread | Last Post | Replies |
|
| Application Title / form name | 18 May 2005 18:27 GMT | 3 |
How can you display the application name and name of the report in the page header? Example: XYZ Company Limited - Sales Report
|
| Large report | 18 May 2005 18:00 GMT | 2 |
needs to create a report with many pages based on many tables.; too big for wizard or query
|
| How do I insert a new field in a report - I didn't set up the rep | 18 May 2005 18:00 GMT | 1 |
I'm in design under report in Access and trying to add another column - how do I insert a new field (column) in a report
|
| object required message/error | 18 May 2005 17:56 GMT | 1 |
can anyone help? why am i getting this message when i use this code: Private Sub PrintAudit_Click() On Error GoTo Err_PrintAudit_Click Dim stDocName As String
|
| Half page report, cont on next page | 18 May 2005 17:24 GMT | 1 |
I have a database which is used for a Credit Card log... I now need to build a report for this database. Problem is that the current form being used has 10 transactions listed on the first page, then the bottom of the page has calculations and places for signatures. If there ...
|
| Need help | 18 May 2005 17:02 GMT | 1 |
I'm having a problem I hope you guys would help me. I appreciate for your help. in my Crosstab query I have 3 columns such as Office Case file type FileOfCount
|
| How to print a logo.bmp as header of report | 18 May 2005 15:53 GMT | 2 |
I have a report but the company logo I inserted as a bmp into the page header (ealier report header) is visible butz does not get printed .... what is wrong ..... I wonder whether access reports can handle bmp's at all ???
|
| Two columns per page | 18 May 2005 15:24 GMT | 1 |
Is it possible to design a report so that the data appears in two columns? In other words, can the data start on one column of the report and move on to the next column (all on the same page)?
|
| Keep Together last record detail with group footer | 18 May 2005 07:33 GMT | 1 |
Using Access 2000 In the same way that you can keep together with first detail on group header - can you keep together with last detail on group footer?? Basically is there a simple way to make the group footer for a section stay
|
| criteria based dsum command | 18 May 2005 06:01 GMT | 1 |
i have a database that tracks memorial donations. it has 2 tables, one called memorial ID, which tracks the names of the memorials and the families involved, and one called donations which tracks donations to memorials contained in memorial ID.
|
| Syntax for Passing a Variable | 18 May 2005 03:11 GMT | 1 |
I want to pass variables instead of specific report names but can't seem to get it to work. This Works: Set objRpt = .Reports!DB1_rpt3_control_totals
|
| display yes/no field on report as graphic/picture | 18 May 2005 03:07 GMT | 3 |
When printing a yes/no data type field on a report, if the field value is Yes print a graphic instead of the check box.
|
| fixed field - how to keep fields in-tact? | 18 May 2005 02:07 GMT | 6 |
Using Access2000, I am concatenating a number of fields in order to compress the printing of multiple lines to use as little vertical space as possible. (can grow) At issue is that Access automatically trims the text fields so line by line, fields don't up. I want to retain the ...
|
| Printing Report Criteria in Header | 18 May 2005 01:18 GMT | 1 |
Here is a brief description of what I am working with and what is going on. Thanks to any of you that can help... I am attempting to run a parameter query off of a form with combo moxes that are created from tables so that the list constantly updates to the data. In
|
| Changing recordsource on open | 17 May 2005 23:47 GMT | 1 |
I have a subreport that is used by two reports. I need to change the recordsource to have the WHERE be set to whatever the report is using the subreport. In the OnOpen of the rptRider report, I have the following code:
|