| Thread | Last Post | Replies |
|
| Controlling Scrollbars in reports. | 30 May 2005 16:31 GMT | 4 |
I have an unbound report with a simple Chart that occupies the top half of my portrait report. From my form, I click a custom menu button that calls a module Function that opens the report in acViewPreview and acCmdZoom100. That works just fine.
|
| Value in linked tables | 30 May 2005 16:10 GMT | 2 |
I have created a database where the tables are linked to an SQL database. One of the reports I have created contains a field taken from the SQL database and is called Status. When I run the report the Status field shows 1, 2 or 3. I want to replace this by either Pending, Granted ...
|
| Cross checking data | 30 May 2005 16:05 GMT | 3 |
I was wondering if anybody has any suggestions for how data can be cross checked using the reports.Any ideas for coding. I would also like to know how to attach data from input via MS ACCESS forms can be attached to a report.My email address is andrewvij@yahoo.com and I
|
| Can I view a reports Recordset | 30 May 2005 16:03 GMT | 6 |
I'm trying to view the data that a report is using. This report was opened with the OpenReport method with the wherecondition parameter set. Now I want to view the exact data the report is using. Does it not have a recordset like a form does? I really need the conditioned data. ...
|
| Create blank report | 30 May 2005 15:22 GMT | 2 |
Some times I have to send a blank report to an associate by mail (Hard to beleive but true). How do I create one that is completly blank, No names, No ID No. but has all the headings and the same amount of lines as the report I work on in the data base.
|
| How to create a flipbook using a duplex printer | 30 May 2005 14:19 GMT | 1 |
I would like to print a report as a flip book. I have an HP4100 printer. The report orientation is landscape I have set the duplex attribute as follows
|
| records not seen on the report when previewed | 30 May 2005 13:31 GMT | 3 |
I have a form which has a combo box and depending on the combo box selection my query runs. When I execute the query, it shows all the records that satisfy the criteria in the table and the query works perfectly. But after using the same query as a Record Source for a ...
|
| How can I delete the last blank page in my report ? | 30 May 2005 13:19 GMT | 1 |
I have created a report with subreport. The last page of report is blank bocos some sub report are invisible. I want to delete the last page of the report. Id there any command to delete the page in a report or can we print the selected pages in the report ?
|
| Not showing graphics on emailed reports | 30 May 2005 12:57 GMT | 1 |
I am sending report that require lines. How do I Set reports up to show all graphics?
|
| Changing the source of a graph | 30 May 2005 12:01 GMT | 1 |
I have a report in which there is a graph (using microsoft graph 2000). I would like to change the source of the graph every time the report is being opened (using an sql query that will be given to it). I tried writing in the report_load sub:
|
| Need multiple sections in the detail section of the report. | 30 May 2005 00:11 GMT | 1 |
I need to create a report that has multiple sections. These sections are actually levels at which people have paid money in over the years. People will move from one level to the next as they pay in more money. Each of these levels need to have a 2 to 3 line heading and this ...
|
| How do I not show a label in a report if a data field is empty | 29 May 2005 22:30 GMT | 2 |
I am trying to dynamically show or not show a label based on whether a specific datafield is empty or not in a report. How would I do this?
|
| Count formula in Reports | 29 May 2005 16:53 GMT | 1 |
I want to count in a report how many times it says Roberts in my surname field because there are quite a few children with that surname. I thought it would be something like =Count(([Surname])=Roberts) but it doesn't work.... can anyone help me?
|
| Check Boxes in Reports | 29 May 2005 16:52 GMT | 2 |
What should I include as the control source for a check box on a report? I have a table that stores the 'yes' or 'no' result of a check box on a form and I want to include it on a report. Not sure how! Thanks
|
| Why is 300.00 greater than 300 | 29 May 2005 16:42 GMT | 3 |
I have 2 controls both have property 'General number' and decimal places 'Auto'. One contains 300 and the other 300.00. When I do a 'greater than' check in conditional formatting, it flags 300.00 as greater than 300. Why is this and how to fix it ???
|