| Thread | Last Post | Replies |
|
| Print report which matches current record on open form | 30 Jun 2007 22:51 GMT | 4 |
Hi, I have placed a button on my form which automatically prints a report based on the table I am using on the form. I would like the report to match the current record only. So if I fill out
|
| Format Issue - Lines to fill a page | 30 Jun 2007 19:22 GMT | 2 |
I have a report that lists participants and numbers them on the page. There are boxes around each field. If I want to show 1 to 10 on the page, regardless if there are enough names to fill the page, how do I still show the numbers and lines/boxes?
|
| Changing Numeric Format by Row | 30 Jun 2007 16:02 GMT | 2 |
I have a report that list the following: Category Jan 07 Feb 07 Mar 07 LH 1.1600 1.1700 1.1800 RT 4.700 4.800 4.900
|
| How can I total the crosstab columns in a report? | 30 Jun 2007 02:12 GMT | 3 |
I have a crosstab query I'm using as a report. What's the simplest way to total the crosstab columns in the rpt footer? I don't know vba. :( Thanks in advance for your help!
|
| No data event function | 29 Jun 2007 20:52 GMT | 2 |
I have many reports and am trying to use a function to display a message when there is no data in the report: "Report has no data." The function seems to work in that if there is data, a report runs with the data. However, if there is no data, the report does not run but "Report ...
|
| Image shows on report preview, but not in normal mode. Why? | 29 Jun 2007 19:08 GMT | 1 |
I have a report that contains an image control. That control's image changes depending on the value of a field on the report itself. When the report is set to preview mode the images change as intended, but when I try to send this same report directly to the printer the image is ...
|
| Filter Reports Still Slow | 29 Jun 2007 19:07 GMT | 2 |
Big question: Does filtering a report through a form speed up the process? I have a report grouped on who the associate is so that each associate gets the same report with just their information. The data is from an Access Join query of 2 pass-through queries to an Oracle server, ...
|
| Number of Copies to Print | 29 Jun 2007 14:12 GMT | 1 |
i want to print the specific report in a form by declaring the quantity on the textbox and by cliking the command button. for example: i will type 10 on the textbox, after clicking the command button. it will produce to copies of the printed document.
|
| How to copy from one worksheet to another | 29 Jun 2007 14:06 GMT | 1 |
I have a worksheet that contains several worksheets. I would like to get the information on tab Sheet 1 and copy cells (A2:O2) in a tab name Sheet 2. Can someone share the code to do that ? Or inform me where can I go to
|
| Conditional formatting | 29 Jun 2007 13:21 GMT | 2 |
I have a report that has 4 fields-let's call them A-4D for ease of use. If any two of the fields B-D meet a particular value (which CF turns the data red in these fields when they meet this value), then the data in field 1 needs to turn bold and red.
|
| HELP: Conditional Formatting with more then 3 conditions | 29 Jun 2007 05:38 GMT | 29 |
ACCESS 2000 There is a field in my database that requires highlighting; however, I have a total of 15 cases that requires, obviously I can't set that up with the default C.F.
|
| Wizard crosstab report failure | 29 Jun 2007 04:12 GMT | 1 |
Wizard crosstab report failure I am trying to use the MS report wizard to create a report from a crosstab query, but get an error when the created report tries to run. error is:
|
| Using dates in reports. Is there a sample database? | 29 Jun 2007 03:52 GMT | 2 |
I am trying to get my head around using dates in reports (and queries). For example pulling off all the, say, IT problems logged in the period Apr-June 07 in an issues IT issues database. Or any sort of database really. I am not really sure how to use dates in reports and queries ...
|
| Summing a value in a report with a value in a subreport | 29 Jun 2007 02:49 GMT | 1 |
I have a report that is grouped by a field called Type. There are two values in type which are Existing Customers and New Customers. There is a "Type" header that has each value and a "Type Footer" that has the sum of each category. There is then the Grand Total which sums ...
|
| Report Filter | 29 Jun 2007 02:21 GMT | 4 |
Thanks for taking the time to read my question. I want to put a filter on my report from a form. DetailMonthYear = Between #4/1/2007# And #5/1/2007# is what I've tried, and I don't know what else to do.
|