| Thread | Last Post | Replies |
|
| Filtering Graphs | 26 May 2007 06:11 GMT | 1 |
I'm trying to filter a graph in a report footer, but not having too much luck with it. I've tried setting the link master/child properties, and the chart formats with no data at all. Have tried programmatically setting the rowsource
|
| Stephen Lebans JustiDirectver17 | 26 May 2007 04:44 GMT | 5 |
Hi Stephen! Your text justify code is great and the instructions for "installing" in my report were right to the point. As you may already know, I can't get the CustomerID Header to repeat in
|
| How I change the format 0 to - | 26 May 2007 01:43 GMT | 2 |
In access I cant change the cero format in a report, shows 0, and i need in the cero spaces shows " - " or blank Please excuse my english
|
| Add remark for count of listed value | 25 May 2007 20:56 GMT | 5 |
I made a report with 6 subreports on it to show the total count of the variable values of 6 fields in a table. It's briefly illustrated as follows: Total No. of participant: 50 (Records in the table) Occupation Category: ( a Field in the table)
|
| How set sorting and grouping in code? | 25 May 2007 20:17 GMT | 3 |
My record source is passed to my report in openargs and I need to dynamically set sorting and grouping in code. Is this possible and if so, how? Thanks.
|
| Import/Export Text Specification | 25 May 2007 17:02 GMT | 1 |
Is it possible to copy a single "Import/Export Text Specification" from one mdb to another?
|
| MS ACCESS REPORT EXPORT TO TEXT FILE | 25 May 2007 16:47 GMT | 2 |
I have an Access Report which I am using to create a text file for upload into a 3rd party application. When Access exports the text file it is creating a carriage return (i.e., empty row) in the first row of the created text file thereby making the file incompatible for upload ...
|
| Numerical Formatting in a Report | 25 May 2007 16:29 GMT | 13 |
I am trying to whittle down some duplicate files on our server. One of the lines in the report provides a summary of a particular duplicated file. In the text box control, I have the following: ="There are " & [subCounter] & " additional copies of '" & [File_Name] & "'
|
| Limit Records Subreport | 25 May 2007 15:13 GMT | 1 |
Hi Folks - I have report/subreport situation. The main report lists teacher information and the subreport lists the classes they teach. On the first page of the report, I want the subreport to list only 3 classes. On the second page of the report (I added a page break), I want to ...
|
| Sorting Problem | 25 May 2007 14:57 GMT | 2 |
I have snaking columns and I'm tring to sort a mix of Numbers and Alpha. This works in a Query but when I put it in the report it does not sort with any sense. Also on the report Sorting and Grouping the first sort level is =1.
|
| Earliest Date | 25 May 2007 13:38 GMT | 5 |
This post originated from another with subj: Dmax for nearest date But I think it became over complicated and off track so I'm starting over.. My report is sorted/grouped by people The data for the report comes from a query. Every record in the query has a
|
| chart by month | 25 May 2007 04:37 GMT | 1 |
I'm looking for a solution to enter monthly information to a chart. I have my report the way I want it by using calculations and sorting date field by month. How can I do this in a chart? When I count my jobs and sum days of each stage to complete job in query, then I can't ...
|
| Header and Detail on Same Page | 25 May 2007 03:10 GMT | 1 |
Please excuse the cruddy formatting below. My Detail section has a single Memo field. With the configuration below, the report prints fine, EXCEPT that sometimes the GroupHeader1 is at the bottom of a page all by itself, and then repeats on the next page, along with the Detail.
|
| Option Group | 24 May 2007 22:22 GMT | 2 |
I have a Survey form with an option group. In a report, I need a count of each option. The option group is bound to a field. How would I write this code and where would it go? Thanks
|
| Report Sorting Problem | 24 May 2007 22:03 GMT | 2 |
I posted an earlier question regarding this, but still haven't been able to solve the issue. I work for a company that installs windows in homes. I've been asked to create a "Collections" report that is sorted 1st by "Collection Date". If there is no Collection date, sort by ...
|