| Thread | Last Post | Replies |
|
| Comparison Report based on a query of only calculations. | 18 Jul 2008 21:10 GMT | 17 |
Good morning, We have an access database that has the tables, forms and queries all completed. We have a small portion of the data entered to test things out. We need to create a report that is comparative by year and by number of cows.
|
| Suppress if blank | 18 Jul 2008 20:01 GMT | 5 |
Is there a way to suppress a field if it is blank? If so, how?
|
| Group Totals in Report | 18 Jul 2008 18:23 GMT | 7 |
I have a report that lists the total number of hours worked by each employee for a particular program. Some employees work in more than one program. My report gives me the correct totals for each program, however, I want to add a grand total of the hours worked for all programs ...
|
| Show similar "repeated" entries | 17 Jul 2008 21:12 GMT | 5 |
I am modifying an Access 2000 database in which my "qryMB59" query is merging a table to show one other piece of information and an older query "qryMB51." When I run MB51 for a particular day, I get 54 results; but when I run the new MB59, I only get 44 results because there are ...
|
| Print multiple reports | 17 Jul 2008 17:17 GMT | 6 |
I have created a button on my employee info form to print about 6-8 reports based on the employee number and have used this code for the on click event: Private Sub PRINT_DOCS_Click() Dim strWhere As String
|
| Showing Totals from Subreport on Main Report | 17 Jul 2008 17:06 GMT | 5 |
I have a main report with 3 subreports and I want to display totals from each subreport and grand totals in the report header of the main report. What is the best way to do this? Allen Browne posted the following response to a user back in 2003
|
| Report runs query on print | 17 Jul 2008 16:06 GMT | 4 |
For some reason when I go to print my report, it runs the queries again. Is this supposed to happen, the data is already on the page? Why would it need to get the data again? This means that every time I want to view my report before I print it all 6 queries that build the ...
|
| "0.0" Value (not Null)... missing value in report | 17 Jul 2008 04:34 GMT | 5 |
I have a report that is failing to produce a value for some records in the final calculation column. The data is populated in the datasheet view of the query. The strange thing is, I produced a simple report for the purpose of visually validating my calculations and all values ...
|
| Same Text Box Different Font | 17 Jul 2008 00:39 GMT | 4 |
I need to have a seperate fonts in the same text box for one of my reports. Here is my text box below. =Trim([L_Name]) & " " & [footnotes] I want to have [Footnotes] in a smaller font. Please let me know if there is
|
| Passing value to Query Criteria from ListBox | 16 Jul 2008 21:58 GMT | 5 |
In Access 2007 how can we pass values from a Listbox to a Query as criteria. presently I am using a Command Button to call a Macro which displays Query in Povit Chart View. I want to you a ListBox insted Command button so user can filtered data.
|
| Combining two queries in one report. | 16 Jul 2008 18:42 GMT | 11 |
I have two parameter queries that create the output I'm looking for. Both queries use the same input. I now want to combine these two queries in one report such that the complete results from the first query is printed first and the complete results of the second are printed ...
|
| Can Shrink | 16 Jul 2008 15:48 GMT | 4 |
If anyone would be willing to accept a screenshot of my report results, that might better describe my issue. But, if not.....I have a report that sorts and groups products something like this and sub-totals the product form: 20oz Ravioli
|