| Thread | Last Post | Replies |
|
| Mulitple Queries in a Report-Access | 24 Sep 2004 19:47 GMT | 3 |
I have 2 queries that I want to bring in to one report. The fist query contains MTD data and the second query contains YTD data. I want the MTD data at the top of the report and the YTD data at the bottom of the report. How can I do this?
|
| Cross tab headers | 24 Sep 2004 19:45 GMT | 1 |
Whats the maximum number - I know 370 is too many
|
| dcount | 24 Sep 2004 19:44 GMT | 1 |
I want to count all records in a table from a calculation on a report. When I use the dcount function it doesn't count the duplicates. How can I get a count of all records.
|
| How to create a report based on multiple queries in Access%3f | 24 Sep 2004 19:43 GMT | 1 |
I'm trying to figure out how to have the tables or queries related so that I can use them all in a report. I can't join the queries because this will make the query to complex and I can fit all the information in one query or table.
|
| Formatting text in a report | 24 Sep 2004 19:29 GMT | 2 |
I was recently asked to consolidate several tables prepared by others in one database. I imported the tables with no problem however one particular table had all the data in one of the text fields (i.e. Field - Name of City)
|
| conditional formatting in report | 24 Sep 2004 19:19 GMT | 2 |
I have a report which lists the employees by day 2/21 10 (bold) 2/22 12(bold) 2/23 15(bold)
|
| Suppressing Blank Fields & Labels | 24 Sep 2004 18:20 GMT | 1 |
I did a search and found several solutions provided for this common question. However, I noted that all of them require me to place codes in each of the fields and it gets a little tedious when I have 15-20 fields or more. Is there some code I can apply globally to the report to ...
|
| calculating #'s outside of a given range | 24 Sep 2004 17:51 GMT | 2 |
I am attempting to create a report that can sort through the data on a table. This table and report will have numerous columns, but the only ones I am struggling with are as follows: [traderate], [daylow], and [dayhigh].
|
| Formatting text | 24 Sep 2004 17:48 GMT | 2 |
Is it possible to make bold the word "Notes" in the following code?; ="Notes: "&[notes] I've looked into the format() function but I'm not finding anything regarding text formatting.
|
| Change sort order after created | 24 Sep 2004 16:47 GMT | 2 |
Access 2000 I have a report that I created using the record number (auto) as the first sort field. Now as I continue to add new records I would like to not show the number field (no
|
| Summarize by Month | 24 Sep 2004 16:36 GMT | 2 |
I have a date field with dates in the format 9/23/2004. Now, I have a requirement to summarize my data by month. How can I do that? I need to find out how I can use the Month function to group my data by month.
|
| Report Footer Total Problem | 24 Sep 2004 16:26 GMT | 7 |
I have a rather complex report that includes 2 subreports. In the report footer I have a textbox named txtGrandTotal, which I initialize to 0 in the ReportHeader_Print event and increment in the DetailFooter_Print event with the formula txtGrandTotal = txtLaborSubTotal + ...
|
| Date range report | 24 Sep 2004 16:12 GMT | 1 |
I am wanting to create a report using individual dates as my Row header. Currently I can only show those dates which I have data relevant to, I would like to show on my report all dates within the range selected. Thanks for the help
|
| Print Current Report | 24 Sep 2004 16:03 GMT | 1 |
I have a database that's used to submit Maintenance work orders. I have a form that people once completed clicks a button that generates a report for our Maintenance department.
|
| Summarise by week | 24 Sep 2004 15:59 GMT | 6 |
I have a date field in the format 01-jan-04 and would like to report on data to show by week, ie Week 1, Week 2 etc. I need to find out how to group my data using a by week function. Thanks for any help you can give. Pete
|