| Thread | Last Post | Replies |
|
| Changing RecordSource of "Report" from "Form" | 15 Feb 2006 14:23 GMT | 2 |
Hi to all, My question is: I ve tried to change the RecordSoruce of a report from my form. I ve Lot of If statements in my form and among those if statements, my
|
| Formula in reports | 15 Feb 2006 14:05 GMT | 6 |
I need to add a formula to a report to average a set of percentages. there are five possible categories, each of which need an average. the averages for each then need to be combined onto a weighted percentage with 45% weight on one of the four. Should the formula be in the form ...
|
| Show Dates | 15 Feb 2006 13:56 GMT | 1 |
I have a report that when it is opened you have to enter in Start Date and End Date... how can i get these dates to apear on the report??? fiona
|
| maximum page length in a report | 15 Feb 2006 13:00 GMT | 2 |
Is there any way to set the page length greater than 22.75 inches in a Microsoft Access report? Is 22.75 inches the maximum length of a page?
|
| produce a report in Access which ignors records with empty field | 15 Feb 2006 10:38 GMT | 1 |
I have a database with several fields, one of which is empty for some records. I want to be able to produce a report which displays the information for all records which have text in the particular field and ignors records for which there is no text in that field.
|
| Report Footer | 15 Feb 2006 09:03 GMT | 3 |
In a report footer I have formulas that total fields in the detail portion of my report (the report is an invoice). I want the totals to alway be at the bottom of the page - this works fine if I have enough records to fill a page but when I don't the totals appear right ...
|
| Help with IIF expression | 15 Feb 2006 04:28 GMT | 6 |
I have a feild called EntryTime that I would like to evaluate on a form. Pusedocode: IIF Entry Time = 12:00:00 AM then display "-" Else Display EntryTime
|
| Trouble with DoCmd.OutputTo snapshot with subreport in ReportToPDF | 15 Feb 2006 04:16 GMT | 2 |
Though I've searched to the best of my abiliiy I can't find any mention of a problem I'm having, and it's hard to believe I'm the only experiencing it. I have a report with a subreport in the detail section. I want to output this report to a PDF file using Lebans ReportToPDF work ...
|
| Print Parameter Date range on Report Header | 15 Feb 2006 04:15 GMT | 3 |
Hi Freinds i have a report based on the query where the parameters are STAT_DATE Between Date()-7 And Date() I want the dates to appear in the report header.
|
| Titles on all pages of subreport | 15 Feb 2006 04:11 GMT | 6 |
I have a subreport which continues for several pages. How do I print column titles on each page? I have put the tiles in the page header of a subreport but the titles still don't show. Thanks. Purnima
|
| Modify report | 15 Feb 2006 02:58 GMT | 1 |
I have just made a report after linking to a database. There are various qty's in the finished parts feild, I would like to only display quanitity greater than zero? Thanks in advance for any help... Jack
|
| question on cross tab queries | 15 Feb 2006 01:08 GMT | 1 |
I am trying to take an excel spreadsheet and create a cross tab report just like this. Here is what the excel spreadsheet looks like. Does anyone have any suggestions on how I can duplicate the look of this? Oct 05 Nov 05 Dec 05
|
| Report Summary | 14 Feb 2006 22:32 GMT | 8 |
I am working on a report that would show the result of a questionnaire. I am currently showing all the result summary for each question in a continous report. Is it possible that I could make a summary to show which question is lower than a certain score at the top of the ...
|
| Need help with formula | 14 Feb 2006 22:15 GMT | 2 |
I tried using this formula to count how many days between two specific days. I receive a wrong number of arguments error when using the fucntion below. Any idea's why it won't work? =Count(IIf([Days Old]>=3 and [Days Old]<=10))
|
| Grouping with Intervals | 14 Feb 2006 21:47 GMT | 1 |
Attempting to create a report that groups and sorts on EntryDate. Also only want 25 records at a time in each grouping sequence. For the first date sequence, it starts working properly but for each date thereafter, it starts breaking it up by additional groups.
|