| Thread | Last Post | Replies |
|
| Unwanted text appears on printouts | 28 Oct 2004 13:39 GMT | 5 |
Using Access 2000, I have several reports that look great on the screen. When I send them to the printer, "List7:" and "List13" appears in many of the boxes on the report. If I send it to Acrobat, the resulting pdf file does not have the problem.
|
| Inserting auto-updating filename as part of footer | 28 Oct 2004 10:03 GMT | 2 |
I can't figure out how to insert teh filename as part of the footer on each page of my report, which will update when the filename changes. My purpose is to include the Revision letter of the
|
| Adding control to report from different report | 28 Oct 2004 07:29 GMT | 1 |
I have a report that needs a control from a different report, so that I can give an overall total. Is there anyway to creat a text control and bind it to a different report. Anything would be helpful
|
| Charts | 28 Oct 2004 06:31 GMT | 1 |
Is there a way to link the tittle and axis label fields of a chart object to controls on a form? Is there a way to change a chart record source from controls on a form? For example: Can I pick number vs
|
| Report/SubRpt totals | 28 Oct 2004 05:46 GMT | 1 |
Have a Parent report with an embedded subreport Parent report is sorted by CeilingGroup and then Service Service data is in the Service Header CeilingGroup is subtotaled in the CeilingGroup Footer
|
| Heading on multiple column report | 28 Oct 2004 05:28 GMT | 1 |
I set up a 3 column report in the page setup. The data were printed ok, but only the first column had deading. How can I make the heading on the other two columns? In the report design view, I only had one column with the heading on the
|
| Charts in reports based of forms | 28 Oct 2004 02:50 GMT | 1 |
I have made a form with five multiselect list box's. Based off of the choices a visual basic procedure builds a select query. The choices are Reactor Name, Year, System, Task, and room number. It is a database to store radiation dose readings for multiple power plants, years, etc ...
|
| How do I concatonate the tevalues in a field in a query into a sin | 28 Oct 2004 02:47 GMT | 3 |
Example: [Attendees] field returns 5 names. I want to display these names in sequence, divided by commas, on a report.
|
| conditional OLE object | 28 Oct 2004 01:24 GMT | 3 |
I have an Access 2000 report for which I want to include a conditional OLE object (Word text block), and am having a difficult time with it. In its simplest form, I want to place a field on the report, and based on that field display a block of text contained in an OLE control. I've ...
|
| Listing info on a report | 28 Oct 2004 01:02 GMT | 1 |
I have a report lising case information. I am listing the case#, SS#, finding, Element#'s (which are: 10, 11, 12, 13, 14) for each case. I have findings of Correct, Discrepancy, Error and Drop. What I want to do is, that if the case is Correct, I don't want to list the ...
|
| Unwanted text on report printouts | 28 Oct 2004 01:00 GMT | 1 |
I have several reports that look great on screen. When I print them, many of the boxes on the reports contain "List7:" or "List13". If I print them to Adobe Acrobat, the resulting pdf file does not have this problem. Any ideas?
|
| One Record Per Page | 28 Oct 2004 00:21 GMT | 2 |
I want the report to display only one record per page. How do I do that? TIA Mike
|
| Count | 27 Oct 2004 22:59 GMT | 2 |
I am trying to count different types of errors in a Report Footer: Correct, Discrepancy, Error, Drop. I used the =Count(*) to get the total records, but need to get a count of them separately. Thanks.
|
| Suppress a line of print | 27 Oct 2004 22:39 GMT | 4 |
Access 97 I want to suppress 1 line of print in a group heading if there is no data in the line. The group has 3 textbox controls each print as a seperate line. I want
|
| DLookup Question | 27 Oct 2004 22:27 GMT | 11 |
I am using a DLookup Function on my reports. It works fine until I add my criteria. I need it by Agent. Right now I have: =DLookUp("SumOfACD Calls Received","Agent Setter ACD Calls Query","Agent Name = ' " & [Agent Name] & " ' ")
|