| Thread | Last Post | Replies |
|
| I need to create a bar graph similar to MS Project. | 27 Aug 2007 18:26 GMT | 1 |
I would like to create a graph based on Project #, Start date, and end date.
|
| access report numbers in red | 27 Aug 2007 18:22 GMT | 1 |
how can i make my report show numbers in red if the number is below 80. Everything 80 and above show in black
|
| Text wrap in field | 27 Aug 2007 18:16 GMT | 5 |
I have a report and want one of the fields to allow the text to wrap to another line below. How do I set this?
|
| IIF statement | 27 Aug 2007 16:30 GMT | 5 |
I would like to use an IIF statement to look for the text in field [Type] and if it is not Voluntary, to show Employer on the report. I have tried IIF([Type] Not Like "Voluntary","Employer","Voluntary") and all I get is Employer listed on the report. It changes those that are ...
|
| Filter without grouping | 27 Aug 2007 02:38 GMT | 6 |
I'm struggling a little with finding a good method to pass a filter to a report where the field to which the filter applies is not the basis of a group in the report. That is, I want to FILTER a report by some combination of customer, item, and date (i.e. user-selectable--any or ...
|
| Report range by a specific data | 26 Aug 2007 15:11 GMT | 6 |
Hello and a blessed day! I have created a database in our office and i am kinda stock because in the report i want to have a range of data and not a date. I want to specify a certain number from and to, it goes something like this:
|
| How to draw a Dot Line in report | 26 Aug 2007 05:56 GMT | 2 |
I am trying to draw a line by the following code : Private Sub Report_Page() Me.Line (0, 2880)-Step(8640, 0) End Sub
|
| Alphabetical Mailbox List | 25 Aug 2007 18:12 GMT | 4 |
How do I create a 3-column document that automatically alphabatizes when a new name is added?
 Signature Bonnie
|
| Problem with DLookup on Report | 25 Aug 2007 15:49 GMT | 3 |
I have a report called rptIDCardForm on which there is a control called Txt32 that has this Dlookup as its control source =DLookUp("[txtbusaddress1]","[tblIndividual]","[txtmemnbr]=Reports!rptIDCardForm![txtempmemnumber]") The report is based on tblindividual but I'm getting #Error ...
|
| Cross Tab with dynamic date column | 25 Aug 2007 15:24 GMT | 4 |
I'm using access 2003 on XP Pro SP2 I have a cross tab query (for payroll) One Row Heading for Date Format([Check Date],"WW") One Column Heading for [Employee Name]
|
| Add button | 25 Aug 2007 15:06 GMT | 1 |
Good day to you all, I have another question that makes my work stop. I have created a form and in that form i have some field to by filled up by the user, etc. and some buttons for preview, print, closing the form and the "add
|
| Page Breaks | 25 Aug 2007 07:26 GMT | 2 |
I have designed a report that supplies everything I want using Access 2007. My problem is that it keeps printing blank pages where they do not belong. I have one field as a group. I want a page break when the field (like from "B" to "S") changes. Instead I get page breaks ...
|
| Date Ranges / Report / Displaying Data | 25 Aug 2007 03:10 GMT | 3 |
Hi, I have a report named “rptLocal”. This report is made up of approx. 50 queries. How would I go about making it so that the report only displays data ranging between two dates? I would like make it so that the user would enter
|
| Timer function interrupted | 24 Aug 2007 21:55 GMT | 3 |
I have a pop up form that I’m trying to use as a progress meter that works off the forms timer property. The following code works great when there is no other code working on another form, for example, DoCmd.RunSQL. If I put the objects on the main form I still find it ...
|
| How can I put dictionary-style page headers in an Access report? | 24 Aug 2007 16:49 GMT | 10 |
In word you can use StyleRef to create dictionary-style page headers, but I can seem to find a way to do the same in an Access Report.
|