| Thread | Last Post | Replies |
|
| Access graph not printing to Winfax | 25 Oct 2005 16:04 GMT | 1 |
I have an Access report that produces multiple line graphs. When I send this to WINFAX, the plotted lines do not appear - only the X & Y axis lines appear. Which, of course, is meaningless without the actual graphical data. Please help! I asked this question a while ago, but ...
|
| Hyperlinks in reports | 25 Oct 2005 14:48 GMT | 1 |
Is there any way that we can display proper working hyperlinks in Access reports while they are previewed on-screen or exported (as e.g. RTF format). Currently these appear to look like hyperlinks but are just text formatted with a different colour. Obviously, once the report is ...
|
| Display of a text field yy/mm/dd as mm/dd/yy in a report header | 25 Oct 2005 14:10 GMT | 4 |
The date field is in a linked table that I cannot change. The dates are stored as text yy/mm/dd. I want the user to be able to enter mm/dd/yy and the report header to display the selected date range as mm/dd/yy To mm/dd/yy.
|
| Adding stacked bar chart to report | 25 Oct 2005 13:53 GMT | 1 |
I want to add a stacked-bar chart to an Access report that is not accommodated by the standard charting program built into Access. It is, however, a chart type available in Excel. So first question is, How would I get such a chart type into an Access
|
| Code isn't subtracting.....it Should PLEASE HELP!!! | 25 Oct 2005 13:48 GMT | 5 |
there are two sub reports they are part of the detail section of an energy bill. it adds the positives, but doesn't subract the negatives...here is the line =[R-Detail Table subreport].Report![R-Detail3]+[N-Detail Table
|
| reporting | 25 Oct 2005 05:30 GMT | 1 |
I have a simple query that just is by date. I have the Between [start] and [end] int the criteria. I run the query and I get the result. I use this query in a report and when prompted for the data, I put in the date. The form or labels of the report dispaly, but not data is ...
|
| How to change label caption? | 25 Oct 2005 04:26 GMT | 7 |
I have a label (Name = title) in a report header on my report and want to change it under certain conditions. In 2K I use title.Caption = "New Title"
|
| report generates duplicate entries | 25 Oct 2005 02:57 GMT | 3 |
I am creating a report with TrainerNumber grouped with header and then ClientNumber grouped no header and then a subreport for Service Hours. Trainer information occurs in the group header; client information is in the details. I am getting duplicates of clients if there are two ...
|
| User-designed reports in an mde? | 25 Oct 2005 02:27 GMT | 3 |
There is a request for user designed reports with an app (access 2000) that is distributed as an mde, and full-bore Access group security implemented. I wondered if anyone has tried allowing users in this sort of scenario to create reports in a separate mdb file, with more
|
| Only display page header if Detail session has data | 25 Oct 2005 01:37 GMT | 5 |
I have some column titles on page header and summary session on Report Footer. It is nice for the middle pages which have data on Detail session and column titile on the top of the pages. But on the last page, there may no data on Detail session, only my summary information, but ...
|
| Fonts not printing properly in Runtime | 25 Oct 2005 00:18 GMT | 2 |
I just noticed today that my reports, when running under Runtime Access 2002, are not using the Arial and Old English fonts; instead they are coming out in a fixed font, looks like Courier, but not very pretty. The Applicaiton's forms are using Tahoma and Old English; Arial and ...
|
| 2nd Copy of report to Say COPY | 24 Oct 2005 23:59 GMT | 2 |
I have a button to print a report. I need two copies, one saying "Original" and the second saying "COPY" . Do I have to create two separate reports or is there a way thru code to 'enable' a lable "copy" after the first report is printed.
|
| IIf issue | 24 Oct 2005 23:49 GMT | 3 |
I'm creating a report which is actually going to be an employee phone book. It is generated from a query. The name fields are [Incumbant Last] and [Incumbant First]. There is also a [Nickname] field for those who use nicknames instead of their formal first name. What I want ...
|
| Access 2003: Printing each of grouped results of Query in a New Pa | 24 Oct 2005 23:05 GMT | 3 |
Is it possible to print each of grouped results of Query in a new page? If it is possible, please tell me how to do it. Thanks, in advance, SHC
|
| Totals | 24 Oct 2005 21:51 GMT | 2 |
I'm stumped. I have an unbound control that looks like this: =IIf([Date Report Rcvd]-[Date Claim Rcvd]>45,1,0) ---this is working ok The field is currently located in the detail section of my report. Date Report Rcvd and Date Claim Rcvd are both fields located in the same table. ...
|