| Thread | Last Post | Replies |
|
| Report Question | 10 Dec 2007 22:25 GMT | 2 |
I've set up a report where one of the fields comes from a lookup table. The lookup table has an autonumber and description. for example 1=Complete Response, 2=Partial Response, 3=Stable Disease. When I look at the report it only shows the number. 1 for Complete Respose etc. How ...
|
| Grouping comments by survey question | 10 Dec 2007 22:23 GMT | 1 |
I have a report being driven off of a query on a table of survey responses: Question 1 Q1 Comment Q2 Q2Comment Q3............
|
| Drawing A Line Between Two Text Boxes | 10 Dec 2007 22:20 GMT | 1 |
Is it possible to conditionally draw a line connecting two text boxes on a report? The text boxes would be conditionally positioned on the report based on their values. I've figured out how to do that, but now I need to connect the dots, so to speak, to try and make it look
|
| apply conditional formatting | 10 Dec 2007 21:34 GMT | 2 |
How do I apply conditional formatting that evaluates two criteria. For instance I need the field to change colors if the the date = today and Completed = no
|
| copy an access report to word | 10 Dec 2007 21:30 GMT | 1 |
I want to export an Access report to Outlook email or MS Word.
|
| Gantt report- Resource map | 10 Dec 2007 21:04 GMT | 2 |
I have created a Gantt style report based on the example found at: http://www.access.hookom.net/Samples.htm This works fine but I would like to create a report by employee that will show when they are free/busy. I can get it so all of the projects are on a
|
| When Generating Report don't show columns which are empty | 10 Dec 2007 20:52 GMT | 3 |
>I have project in MS access. >In that project I am generating some reports for my company. >Now In my form I have one combobox(PalletNo_combo) >when I select an item from combobox and then click on search button then it will generate Report on search criteria. |
| header question for report footer | 10 Dec 2007 20:06 GMT | 4 |
I have a report grouped by company name so that each conpany prints on it's own page(s). My header is in the page header. I'd like to supress printing of the header on the report footer page. Not sure how to do this. I'm sure this is an easy one for some of you.
|
| Lost information | 10 Dec 2007 18:14 GMT | 2 |
I created a report on Data base and the columns a-s are missing for consequence my reort information is missing. How can I get it back to show a-s?
|
| Calculating an average when total is 24 hour | 10 Dec 2007 17:48 GMT | 7 |
I'm trying to calculating an averge handle time using total number of processed emails divided by the total handle time. However, since the time could be longer than 24 hours, I'm using the following expression =Int(CSng(Sum([Handle Time])*24)) & ":" & Int(CSng(Sum([Handle
|
| Obtaining last shipped date | 10 Dec 2007 16:53 GMT | 2 |
I want to summarize shipments for a customer showing (Item No., Total Qty shipped, Last Shipped Date) I used a group by query and Last on the Shipped Date but the results on the Shipped Date are sometimes wrong. How do I ensure that the Last Shipped Date
|
| make page footer invisible | 10 Dec 2007 16:27 GMT | 2 |
In the detail section of a report called Payment Receipt , I display the result of a query, Expr2, in a text box. (This will be a number (dollar amount) that is different for every record. FYI the text box is also called Expr2.) If that value = 0, I do not want the page footer ...
|
| Possible to hide a sub-report if NULL values? | 10 Dec 2007 16:24 GMT | 1 |
I have created a report (column) that list open invoices and I have also attached a sub-report (different table) that displayes comments. Problem: sub-report is showing for all invoices, but I would like it to show ONLY for invoices that has a comment.
|
| report totals | 10 Dec 2007 14:15 GMT | 2 |
I have a database tracking parking leases in a parking garage. The data comes from two tables - one table has general information about companies whose employees have parking leases, one table has more specific information on the leases given to the employees of the various ...
|
| Set Textbox value by selecting item from combobox but it must be editable | 10 Dec 2007 13:03 GMT | 2 |
>I have one projrct in MS Access. >I have one form in which there is one Combobx(PalletNo_combo) and one Textbox(ShippedQuantity). >Now when I select an item from Combobox then it will automatically set the value of Textbox. >For that I am using code in control source properties of ... |