| Thread | Last Post | Replies |
|
| Fixed Report Column Headings from a Crosstab query | 14 Feb 2006 05:08 GMT | 2 |
I have a crosstab query where I have fixed columns that I create by using a piece of code to pull dates from an events table and use the dates as the headings. There are always going to be more dates in the events table than there is data in the queried table. The dates in the ...
|
| Multi-table report displaying fields incorrectly | 14 Feb 2006 05:03 GMT | 2 |
Hi, I believe I asked this question before, but I can find no record of it existing anywhere on any of the discussion groups, so I figured it best to ask again. I have a database that contains a pair of tables, meant to catalog books.
|
| Yes and No - Just don't get it! | 14 Feb 2006 03:50 GMT | 3 |
I've spent hours looking for the answer on how to just have Checkboxes clicked for Yes display on the report rather than all the Checkboxes. I have checked previous postings but I just don't get the answers. Can someone please explain how to do this in a step-by-step guide for ...
|
| Printer Control Characters | 14 Feb 2006 03:19 GMT | 2 |
I am sending a report to a dot matrix printek printer. This printer has 3 tractors that hold forms. How do I send a control sequence down to the printer to tell it which tractor to go to? Any advice is GREATLY appreciated!!!! :)
|
| Section Visibility based on a Calculated Field | 14 Feb 2006 02:23 GMT | 1 |
I want a section of my report (header) to be visible if the value of a calculated field is bigger than 5. Apparently because that calculated field is based on a module function with a different query, it seems like the problem is much more complicated. :) Any idea on how this ...
|
| Report-Index Group Headers? | 14 Feb 2006 02:19 GMT | 1 |
I'd like to have an index page on my group header(s) on a report. The report is 67 pages long and I want an automated sheet where the user can scan down the page, see where their records begin and go directly to that page. Any ideas?
|
| Lebans ReportToPDF question | 13 Feb 2006 23:59 GMT | 1 |
I need to "automatically" export a report to a pdf file. Currently the report is run from a form in which the user enters various "where" condition criteria in various input controls. When they click the "Run Report" button the routine constructs the where condition and uses the ...
|
| Passing parameters | 13 Feb 2006 23:30 GMT | 1 |
I wonder is someone can help me re two aspects of the code below Firstly I have a report that is based on a table (shopstats) and I am using a form to pass the certain parameters. strWhereCondition = "[ShopStats].[Survey] = '" & Me.cbSurvey & "'"
|
| Creating an expression from multiple Table entries | 13 Feb 2006 21:03 GMT | 3 |
I have two Tables 1.)Proj Budget 2.)Budget Plan. Proj Budget has one entry value for the overall budget. The Budget Plan Table has multiple entries that their sum is the planned budget. I want to have a report that calculates the difference between the Tables (Proj Budget-single ...
|
| Average in footer | 13 Feb 2006 20:40 GMT | 1 |
I want to average a detail column in a group footer section by the group. Let's say the detail column is [Wage] and the group is [Department]. I've created an unbound textbox in the group footer, but everything I've tried turns up weird and wrong results. Can I get a tip on this?
|
| Line graph w/in report.... | 13 Feb 2006 20:29 GMT | 1 |
Quick question here... We have a report that runs a basic line graph. I'd like to "hide" a portion of one line so that it appears half way up the graph. Is this possible without modifying the table data that the graph is based on?
|
| New tablefield to report ? | 13 Feb 2006 18:29 GMT | 4 |
I have added a new field to one of my tables. This new field I also want to add to my report, but when I click on "Field list" the new field is not showing in the list. How can I update the "Field List" so that I can drag the new field to my report
|
| Counting Problem With Text Boxes | 13 Feb 2006 17:00 GMT | 9 |
I have a report and I need to be able to add up the amount of records that are equal to 100% and the invoiced amount is greater than 0 as well as the ones that are at 100 but ARE equal to 0. I am having difficulties with the code to get this working however. Here's what I
|
| Preview report ? | 13 Feb 2006 16:55 GMT | 4 |
I have made a form that shows one customer at a time from a table. I have put a Preview-report-button on the form and it works fine..almost. The problem is that it shows a report with all the customers from the table.
|
| Follow Up Dates On Reports | 13 Feb 2006 14:48 GMT | 5 |
This I hope is an easy question to answer. I have a report that includes some dates from a field in the query. Is there a way of creating a report that will "follow-up" on these dates? For example, if I enter a line item into the database on a particular day (which is a
|