| Thread | Last Post | Replies |
|
| Printing specific records from a Form | 13 Jan 2006 01:36 GMT | 1 |
I have three reports that have the same record source (a query called EmpandCourse). The three reports are: Detail by Employee Detail by Division
|
| How do I show only a specific munber of characters? | 13 Jan 2006 00:42 GMT | 1 |
I have a simple table. One field (CustomerID) in that table contains 11 characters. I've created a report that shows the various fields I need, but I only need to show the first 5 characters from the CustomerID field. How would I go about this?
|
| Looping | 12 Jan 2006 23:34 GMT | 5 |
I have a form with multiple lines of profit share information on it - I can calculate the results of each line, but I need to be able to take the sum of one line and then add (loop) it to the next line and so on until all lines have been added. I would appreciate some help on ...
|
| grouping level sort order | 12 Jan 2006 21:35 GMT | 1 |
I have a report with records that are categorized by a field called CBDCode. That field is a text field with the following available values: "Engineering", "Manufacturing", "Tops", "Custom", "Moulding/Trim", "Finishing", "Outsource", "Material", "Misc"
|
| Snapshot report | 12 Jan 2006 21:28 GMT | 4 |
I've exported an Microsoft Access report in a Snapshot format and I sent this .snp file by email. All of the user has got the Snapshot Viewer (version 10.0) but some user tell me that he can see only the header of the report and the other part of the document is a blank page. It ...
|
| Changes to a Report | 12 Jan 2006 20:41 GMT | 2 |
Currently my database contains a report which is our contract. Recently our contract changed from one legal sized paper to 7 standard pages. I am trying to update and change the contract to reflect those changes. However, I cannot get the detail section of this report to expand ...
|
| Report stuck at Formatting Page intermitent | 12 Jan 2006 20:36 GMT | 2 |
Summary - database tracks internal performance audit. Audits are done weekly. Lots of tables etc. Dbase is deployed with a FE and BE. There's a report that shows the audit status after a review meeting. This report is working for week's 1 - 17, but isn't working for week 18. ...
|
| Sorting for report and subreport | 12 Jan 2006 20:14 GMT | 3 |
I have a report that contains a subreport. The report is a query that pulls records by entering a fiscal year. The main report has four fields: Rank - this field is a running sum
|
| Access program limit? | 12 Jan 2006 20:00 GMT | 3 |
I use a textbox to calculate the total value. Here is my code, when I use 3 standard, it works fine. However, now I add one more standard value, it will crash. Did I reach the Access limit? Is any other way to solve? Thank you.
|
| Concatenating a field | 12 Jan 2006 19:23 GMT | 2 |
Here is the code I am using to concatenate ( I found this on a post here, thanks!) a field in a report. Dim db As DAO.Database Dim rs As DAO.Recordset
|
| Turn off Group header and turn on Page Header | 12 Jan 2006 17:11 GMT | 9 |
I have created a report that needs to print a group header for page 1 of the customer and then print page headers while the customer stays the same. When the customer changes, I don't need the Page Header to print, just the Group Header. This is really important and I'm trying ...
|
| How can I change the background color on Access 2003 reports? | 12 Jan 2006 17:01 GMT | 1 |
My employee report is one employee w/info per page. How can I get the whole page to be yellow if, let's say, the guy works for Billing Department. So when I put his employee number in and it brings his record up it will be yellow because he is in Billing. Can I make it so each ...
|
| Many sequence answers | 12 Jan 2006 16:45 GMT | 2 |
I have a report based in query with 5 conditions. When report open, show us 5 continous answers. When is possible to show one only, please? Thanks in advance.
|
| Why do I get Duplicate information in a Report in Access? | 12 Jan 2006 16:31 GMT | 6 |
I have different queries, with relationships. When I create a report I get some employees more than once (4 times). I know that my information is inputed only once.... HOW can I fix my problem.... I need to fix this ASAP or I will have to create another database, because I am ...
|
| Report - Query Criteria problem <> | 12 Jan 2006 15:25 GMT | 4 |
Hi, I originally had one select query and one report for all our outstanding issues (Status="Open"). We recently had to add a new enforcement category (Obligations which happens to be 8 in the Enforcement Category table). This needs a seperate report so I simply copied both the ...
|