| Thread | Last Post | Replies |
|
| Counting and summing in a report | 01 Apr 2005 00:37 GMT | 3 |
I know this is going to be easy for most of you, but I'm stuck. I am trying to build a report off a query. The query is basically just giving me the sales for my team in a date range. I've built the report in the layout that I want, but I need to do calculations now. I know I ...
|
| Creating a report | 01 Apr 2005 00:19 GMT | 5 |
If this is a duplicate post, I apologize...it appeard as though I timed out previously Hi All: I am still a relative novice at Access.
|
| Records | 01 Apr 2005 00:19 GMT | 5 |
I am printing a report with an embedded subform with each record separated by a line. Any record that does not have sufficiene space for printing at end of the page is repeated in full on the next page. So I may have 2 lines of a record at the bottom of the page followed by the ...
|
| PageHeader moves Right, after page 2 ,when I print a report! | 01 Apr 2005 00:08 GMT | 1 |
When I send a report for printing. after print page one , in the other page occours a gap between Detail Section And PageHeader Section! Can Somebody Help Me? thanks
|
| how do you create a monthly calendar with daily values? | 01 Apr 2005 00:07 GMT | 1 |
I AM TRYING TO DISPLAY A REPORT WITH EMPLOYEES IN THE FIRST COLUMN AND THE DATES IN THE FOLLOWING COLUMNS (BY MONTH). I CAN'T SEEM TO FIGURE HOW TO DO THIS. BASICALLY A CALENDAR THAT SHOWS THE WORKTYPE VALUE OF 'D' DAY OR 'N' NIGHT CORRESPONDING TO THE EMPLOYEE/DAY. THANKS!!!
|
| Report based on a query: need to plug in a count from a different | 31 Mar 2005 23:58 GMT | 1 |
|
| Can I update data in a report ? | 31 Mar 2005 22:53 GMT | 1 |
Can I update data in a report ? There are many fields (most of them are currency and date fields) in my report and I'd like to update directly these fields on the report instead of tables where they come from ? Can I ? Please help.
|
| Printing multiple copies of a form | 31 Mar 2005 22:41 GMT | 5 |
Hello. I'm trying to troubleshoot why a form I designed is printing multiple copies (an entire report for each record) instead of one when I hit the <print> button. So, when I have 70 records in the subform, the report will print 70 times instead of only once. I have read the ...
|
| Calculations to come up on a report | 31 Mar 2005 22:37 GMT | 1 |
Here's an example below of what I'm trying to do: Previous months comp total $100 (1) Fund Date Comp Credit 722A 3/1/05 $1.00 (2) $101.00 (3)
|
| On printing figures double | 31 Mar 2005 22:29 GMT | 4 |
When I run a report, I needed two separate counts on the same data field (P or T). Since I could not figure out how else to do it, I wrote a function to which you send (and return) the "P" or "F". This function just adds one to the applicable global variable. In the reports ...
|
| Calculation in a report footer | 31 Mar 2005 22:23 GMT | 1 |
I have a calculated field in the detail section of a report. The calculation is =IIf([ContractNo]=10000007,(Sum([CurrentIEst])+Sum([PriorIAct])+Sum([PriorIEstNew]))*1.0177,Sum([CurrentIEst])+Sum([PriorIAct])+Sum([PriorIEstNew])) When I try to total this at the group footer level, ...
|
| report help | 31 Mar 2005 20:45 GMT | 3 |
Can somebody tell me please can I update (enter text and date) in text and date fields on a report? Thanks a lot for your help Anton
|
| Stopping blank fields showing | 31 Mar 2005 20:05 GMT | 4 |
Is it possible to stop fields with a null value showing in an access report? Or Maybe i could somehow set up a "if value is null, dont show" type option
|
| Expression | 31 Mar 2005 19:45 GMT | 2 |
In a report, how do I write the expression... If 1, display HI, If 0, display nothing
|
| How can I Sum() a text box? | 31 Mar 2005 19:41 GMT | 6 |
I have a report with 10 different fields named "1" through "10" in the detail section Then I have a text box (txtSkillAvg1) in the next footer that has =Avg([1]*[Weight]/100) for a control source, that calculates the weight this field carries in relation to the scores.... so far ...
|