| Thread | Last Post | Replies |
|
| Sometimes the report exists, sometimes it doesn't | 09 Sep 2005 13:14 GMT | 2 |
I am using the following line of code: Set Rpt = Reports!rptDailyIPTMtg to set the Report variable to a report that definitely exists. But the code doesn't consistently find the report. I get runtime error 2451: "The report
|
| a report bypassing the default printer for another printer | 09 Sep 2005 12:27 GMT | 2 |
i have one access report that keeps defaulting to my local home printer, even though i change the default printer to my work printer...
|
| width of a f eld | 09 Sep 2005 06:10 GMT | 1 |
I have a report that hase several fields that are printed across the page, sometimes the fields are blank, A second field is printed below these and is as wide as the page, is it possible to adjust the width of this particular field using VB,
|
| Show set value if report has no records | 09 Sep 2005 04:03 GMT | 5 |
My report is a quarterly report that shows records summarised by month. If one of the months has no records I would like the report to show "NIL RETURN" where the records would normally show up. Is this possible?
|
| what is "trim" parameter | 09 Sep 2005 02:00 GMT | 1 |
When I try to design a label from a query, I am getting error messages. It's asking for "trim" parameters for each line on the label. How do I get rid of that? Thanks,
|
| Repeating Records in Report Using Subform/Subreport | 09 Sep 2005 01:58 GMT | 1 |
Records in my report are being repeated according to the number of entries in my subreport. There are no duplicate records in any of my tables. I have a Database Report that lists city zoning applications. Each application can have multiple dates of action by the City Council. ...
|
| The top 4 value in a report | 09 Sep 2005 01:35 GMT | 3 |
I want to construct a report with the top 4 values from a table how i could resolve the problem?
|
| Report Totals Sort of | 09 Sep 2005 01:12 GMT | 2 |
Hi all.. Here is my question: I would like the rpt to do the following: Show Ethnicity white= total number (this part i have)
|
| Print a series of reports based on a single date and a series of numbers | 09 Sep 2005 00:53 GMT | 1 |
OK. I'll try to get some help with this by breaking it down to its parts (I've gotten no response to my other posts on the subject). The most difficult part is trying to print a series of reports, based on the same report object, using a static date criteria, and a changing number. ...
|
| Column Counts | 08 Sep 2005 23:18 GMT | 1 |
I am trying to convert an old excel form to an access report. I have data that is per site and I need to generate counts on that data. Example: Site Date1 Date2 Date3 Date4
|
| A report issue | 08 Sep 2005 22:30 GMT | 1 |
I'm printing a report . Currently, the information comes from a query. There are three columns Date, rr#, and count. I created a report and I grouped by rr#, Date Ascending. I get this
|
| Different fontsize on same field based on length | 08 Sep 2005 22:29 GMT | 4 |
I have a data entry form where a title is input. Depending on the length of that title the fontsize of the text in the "title" field shrinks to fit the available space with an onfocus event. So for instance if the title is 10 characters or less the fontsize=20, and if
|
| Greatest Value | 08 Sep 2005 18:55 GMT | 5 |
I have a text box that generates several line items on a report At the bottom is a total, however I have a running sum text box for each line item linked to a certain value. This box is named [Weektype] How do I create a function at the bottom of the report that has the greatest
|
| Subreports Headers/footers | 08 Sep 2005 18:54 GMT | 6 |
I have a main report with subreports. However, when previewing headers do now show on continuing pages. Can you please help.
|
| need a date on a report to match the date when ask for date of report | 08 Sep 2005 18:40 GMT | 4 |
i have a report that shows the daily guest list. this list changes every day. how do i get the date on the form to match the date requested for the list. IE: i want to print the guest list for sunday on friday how do i get the report to show the date for sunday.
|