| Thread | Last Post | Replies |
|
| Sum fields with no data, full total not displaying | 05 Oct 2005 15:04 GMT | 4 |
I am having a problem with this: I am trying to add sums. The report was working fine, until I realised that if 1 of the sum fields do not contain data, which is a possibility, the full total is not calculated. I know and have successfully used this formula before:
|
| Urgent! - Help! Display 0 values in a query or report | 05 Oct 2005 14:30 GMT | 12 |
I have a query which shows 2 fields. It counts the how many of each status has occured in the database. eg. Withdrawn 2, Issued permit 53, Sent back 5 etc. What I need is to have all of the statuses showing in a report (even zero values) There are approximately 10 different ...
|
| Zoom in Report Design | 05 Oct 2005 13:01 GMT | 3 |
I have built a report with lots of small text boxes which I am trying to tidy up in the Report Design screen. I can find no way of getting the zoom function to work in anything but the Report preview, where I cannot change any of the layout.
|
| Adding field from subreport to field in main report | 05 Oct 2005 10:00 GMT | 2 |
I have read lots of posts and tried some of them, but I cannot get it right. I need help! I have a main report (ReportTrial1) and a Sub-Report (ReportTrial3). I need to add 2 fields: 1 located in the main form named ConsultID
|
| Passing variables to a report through Visual Basic | 05 Oct 2005 05:32 GMT | 5 |
Hey guys, quick question. I call my access reports through my VB application. Is there any way to pass variables to my access report from my VB App? I want to pass what options the users selected from the main form.
|
| same report triggered from different forms | 05 Oct 2005 04:56 GMT | 1 |
In my database, one report can be viewed by clicking a button on two forms. The report is based on a query, that brings the value of a field [CID] from the forms. Now, I make 2 duplicate both the query and the report into 2 versions; in query1, the criteria is CID=[Form1]![CID] ...
|
| How do you Link reports to forms on one form? | 05 Oct 2005 01:35 GMT | 1 |
I am creating a Database, on my one Form i have Multiple forms that are suposed to link to multiple reports and when i click for report preview the report is empty does any one know how to fix this problem?
|
| text box on 2 pages | 05 Oct 2005 01:01 GMT | 1 |
I have grouped 'Question' text box (not big) on my report and the "Answer" taxt box, which is linked to the Memo field. This 'Answer' text box on the Detail part of my report. It's big with a page break after it. So, I can see it only on the next page of the report in printview.
|
| Month Formula | 05 Oct 2005 00:53 GMT | 6 |
I am using Access 2000 I have created a report that will be run monthly. I would like to add a date formula in the heading that will give a monthly date (Ex: May, 2005) for the next month. In order words, I am running the report today (June 21,
|
| summing call durations | 05 Oct 2005 00:25 GMT | 2 |
I have a column that holds the duration of calls (duration) in which I'm trying to sum per ext: ie:104 the current format is hh:mm:ss and the column would look something like this: 00:00:21
|
| Using an Option Group to fill a text box on a report | 04 Oct 2005 22:59 GMT | 5 |
I have a report with a text box named txtGridDate in the report header. It’s Control Source is =DateSerial(Year(Date()),Month(Date()),1) and is formatted as mmmm/yyyy which gives me July/2005. I would like to have a popup form with an Option Group to
|
| Order by not working | 04 Oct 2005 22:43 GMT | 5 |
I have a report that contains a DOB field that is properly formatted as a Date field in the table. The query upon which the report is based is ordered by the field DOB ASC and when the query is run, the rec's are ordered properly by date. The report, however shows some dates ...
|
| report detail section | 04 Oct 2005 22:26 GMT | 2 |
Would like to resize a reports detail section if a field is null to get more contacts per page. My code below works to show and hide the field but does not resize. Help. Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
|
| Sub Report on First Page Only | 04 Oct 2005 21:58 GMT | 8 |
How can I get a Sub-report to print on the first page only. I have been able to put it in the report footer so it prints on the last page. But, I'd like it on the first. Any help is much appreciated
|
| Charting Fiscal Dates | 04 Oct 2005 20:47 GMT | 11 |
I created a query where I used the expressions Month:Format([Date],"mmm") to convert individual dates from my table and group them by month. In the same query I used the DatePart("m",[Date]) to order them chronologically not alphabetically. This query is used to create another ...
|