| Thread | Last Post | Replies |
|
| Checkboxes don't print in Report | 25 Mar 2005 14:08 GMT | 1 |
I have a report with checkboxes. They are visible in the report and when I print preview, but disappear when I actually print the report. It doesn't show either a checked or un-checked box.
|
| Printing to PDF | 25 Mar 2005 14:00 GMT | 3 |
I have a 300 page report that I print to one large Adobe PDF document. This report is broken into five departments. I would like to print from Access to five separate Adobe documents based on department value, rather than have to manually break up the big Adobe file. How can I ...
|
| Removing blank spaces in a report | 25 Mar 2005 13:29 GMT | 2 |
Yes, I have this report with numerous fields in it that are set as collapsable and have something like ="Title: "+[Title] put in for a value. Basically what I get is close to the look I am desiring except the problem is that it leaves a big gap where the fields used to be with ...
|
| calling subreports in subreports | 25 Mar 2005 07:04 GMT | 6 |
I have created one report.it includes two subreports named subreport level4a and level4b .level4b again contain three subreports like level5a,level5b and level5c.but while running i am
|
| Different last page | 25 Mar 2005 06:52 GMT | 4 |
I have an invoice that has a page header and footer for each page of the invoice. We are looking to have a merchandise return form printed automatically as the last page of the invoice. However, this last page should NOT have the same header and footer as the rest of the ...
|
| summing in report | 25 Mar 2005 03:14 GMT | 1 |
I have a table with teo columns "copy type" and "sumofto total quantity". I created a report wwith 3 columns with the following statement under each column; =IIf([Copy Type] Like "Distr",[SumOfTotal Qty],""), ans in the other 2 clumns I've replaced "Distr" with "Store" and ...
|
| Count instances of groupings | 25 Mar 2005 03:09 GMT | 1 |
I have a Duplicate SSN report. Lets say a SSN has 7 instances of 1 SSN and 2 Instances of another Presently I'm getting the following - "Total Duplicates: 9" I'd like the total at the bottom to say "Total Duplicates: 2"
|
| Sum of another text box | 24 Mar 2005 23:56 GMT | 6 |
I have a added a text box to the footer of my report and I want to get the total of an another text box in the detail section with a name of GLAmount. I tried this and I don't get an aswer when I preview the report. =Sum([GLAmount])
|
| columns with groups | 24 Mar 2005 22:36 GMT | 5 |
I want to make a 2-column report that shows the groups in each column like this: Group 1 Group 3 Item 1 Item 1
|
| Close MsgBox | 24 Mar 2005 20:53 GMT | 3 |
Hi I have a report when on no date it displays a MsgBox is it possible to code the MsgBox to close say after say 5 seconds without using the OK button? (I do want to keep the message.) If so how do go about it setting it up.
|
| Count Date Range | 24 Mar 2005 20:44 GMT | 1 |
How do I count records in a date range?
|
| Combine Fields on a Report | 24 Mar 2005 19:35 GMT | 4 |
I have a form/crosstab query/report structure set up as follows. The user opens a form and enters in date parameters and a producer code based on a look up from our producer table. The combobox displays four columns of information to help the user make his/her selection. One ...
|
| Dates | 24 Mar 2005 19:01 GMT | 6 |
I am trying to create a report that will look something like this: Location1 Location2 (Yards) This Year|Last Year This Year|Last Year Today
|
| errorl values in reports | 24 Mar 2005 17:57 GMT | 8 |
I have a statistical report that is made of a main report and 4 subreports. There are about 40 controls in all and many are calculated controls. The report is used to compare data between this quarter and the same quarter last year. However if there is no relevant data in for the ...
|
| Combining two cross-tab reports | 24 Mar 2005 17:40 GMT | 3 |
I have created 2 cross tab reports. I would now like to add one into the other by using the subform wizard. I tried this and I get an error. Is it that I can't have one within another report because both are run cross-tab queries? Is there any other way of combining them if I ...
|