| Thread | Last Post | Replies |
|
| Unbound ctrl link to year year grouping | 24 Feb 2005 16:24 GMT | 4 |
I have a report which groups statistics by year. In the detail section I want to put an unbound control that totals the numbers in the field Elevation from the table tblMoreStats for the year shown in the grouping header. Would like some help if possible. I have tried ...
|
| Line Graph x-axis trouble | 24 Feb 2005 14:47 GMT | 4 |
I have a data set of scietific data similar to [TestScore] vs. [Age]. Using the chart wizard to make a line graph, the y-axis (test score) is perfectly spaced by 5 points, or 2 points, or whatever I set it to be. The trouble is the x-axis. I have my query grouped by age so I can ...
|
| Displaying label fields in reports at 90 or 180 degrees | 24 Feb 2005 14:17 GMT | 3 |
I was wondering if it is possible to display labels in an Access report upside down and etc? I have looked all over the place for this and all I have found is a third party product which kinda does this. Frank
|
| Report Header Variable | 24 Feb 2005 08:01 GMT | 7 |
Hello to all, Is it possible to change Report Headers from a form using a global variable. I would like to use the same report for A, B, and C clients instead of having three different reports.
|
| Grouped Month is not Accurate | 24 Feb 2005 04:37 GMT | 7 |
I have a query that groups daily entries monthly by the date (i.e. 1 for January, 2 for February, etc). When I create the report the report recognizes 1 as December instead of January, thus my data looks like it is one month behind. Any ideas why?
|
| Setting Paper Size In Code | 24 Feb 2005 04:30 GMT | 1 |
Is it possible to set the paper size and/or orientation in code based on the number of records in a report?
|
| Criteria for Displaying Most Recent Record Only | 24 Feb 2005 03:50 GMT | 7 |
Another one for me today! I have a report with this Record Source: tblPKProjects.TargetCompletionDate, tblPKProjects.Description, tblPKProjects.Priority, tblPKProjects.Objective, tblPKProjects.RequestedBy,
|
| Landscape Print | 24 Feb 2005 01:39 GMT | 1 |
I have several reports that need to print in landscape. Several times, I have changed the page layout for each report. It works for a couple of times, but inadvertently reverts back to the portrait print. I don't want users to
|
| can't change top propery for a text box | 23 Feb 2005 22:14 GMT | 3 |
Can anyone tell me why I can't change the top property for a text box on a report? It accepts some numbers, but I've noticed that they're relational in some way or another. One more catch...I don't know code. Anyone who could help would be doing us a huge favor!!!
|
| Different color for negatives in a report | 23 Feb 2005 18:51 GMT | 3 |
I have a report that shows component quantites for different devices. This for will check to see what is on hand and how many we need for the quantity that we are building. Is there a way for this report to show the negative quantites in a different color than the positive ...
|
| Re-Help! My Dlookup function doesn't work for DHookum | 23 Feb 2005 18:15 GMT | 11 |
This is a message for Duane Hookum who has been helping me with a Dlookup problem. Duane - I cannot get into Tek tips to get your last message. Could you post it in here for me?
|
| Access 2002 DATE() functions produces intermittent errors on repor | 23 Feb 2005 17:24 GMT | 3 |
I have several applications with the same coding and no problems. This one application intermittently loses it's mind. I have reports that I want the date to appear on so that the date the user runs the report is reflected. It's always worked in the past, but now when I go to ...
|
| report not including records | 23 Feb 2005 15:37 GMT | 2 |
the report that i am having trouble with is based on a query that works off of a table and another query. the first table, TBL defect count, has a 1 to many relationship with the second table, tblDefects. the child query adds together several records from tblDefects. for ...
|
| Label Wizard in Access | 23 Feb 2005 15:35 GMT | 1 |
How do I get the Label Wizard to accept four lines in a Avery 5160 address label? This should be a no-brainer but with the newer Access, I have to redesign the label every time.
|
| NoData cancel on 1st report affects 2nd report | 23 Feb 2005 15:22 GMT | 2 |
Using A2K. I've got 2 reports that I want to print one after the other. Below is the coding: DoCmd.OpenReport "rptBilling_FutureCharges", acViewPreview DoCmd.OpenReport "rptBilling_Summary", acViewPreview
|