| Thread | Last Post | Replies |
|
| group records by area by month versus day | 13 Nov 2006 06:39 GMT | 1 |
I am trying to write a query that will group records by area by month versus day. The current result breaks down by each day. How can I change this query to achieve the desired results? Here is the SQL query
|
| Calculating Prices * Quantity | 13 Nov 2006 06:15 GMT | 4 |
I'm trying to get a Grand Total for multiple pages of a report. I have added a field control that calculates the Price * Quantity for each row. How do I get a Grand Total for all Price * Quantities rows and put it on the last page of the report?
|
| find and replace in reports | 13 Nov 2006 01:59 GMT | 1 |
I have a couple of hundred DSum functions pulling detail information in my report. Here is an example of one of them: =nz(DSum("Amount","tbl_NUS1TaxYr2006","TaxType=""" & "accr" & """ and
|
| reports - DoCmd WhereClause stops working | 12 Nov 2006 21:44 GMT | 5 |
In VB code, I execute: DoCmd ReportName, acPreview,,WhereClause WhereClause is a variable containing a valid statement, like "Membertype = 5"
|
| formatting a text box .. from currency to text | 12 Nov 2006 19:10 GMT | 3 |
I am working with Windows XP ... Access 2003. I have a report and I need the text box to be formatted with text instead of dollars that the box is formatted in my query. For instance, in my query the dollar amount is $170.00 ... I need the text box on the report to read 17000 . ...
|
| Type Mismatch in Report Filter | 12 Nov 2006 14:45 GMT | 3 |
I've got this code to build a report filter Dim strWhere As String strWhere = "[HR_SUPERVISOR2] Like """ & Me.cboSupv & " * """ _ Or "[HR_SUPERVISOR] Like """ & Me.cboSupv & " * """
|
| Label Report | 12 Nov 2006 14:27 GMT | 1 |
Using the access 2000 wizard I have created a contact database. I now need to create a label report using the company name field, so that it shows the company and their addresses only once despite the multiple names under that company. How do I create the query?
|
| Using subreports problem | 12 Nov 2006 14:15 GMT | 2 |
Hi, is it possible to make column headers and column totals visible in a subreport? Thanks in advance, AK
|
| export repor to MS word | 12 Nov 2006 13:18 GMT | 1 |
What is the best way to export a MS Access report to MS word or excel with keeping most report's format. Thanks, John
|
| Displaying date parameters on the report | 12 Nov 2006 02:19 GMT | 2 |
I have a report that request a date range parameter from the user. The prompt comes from the query Criteria: Between [Enter Beginning Date] And [Enter Ending Date] I would like to display the dates parameters on the form in a text box.
|
| Report from specific colums | 11 Nov 2006 22:44 GMT | 2 |
Hope I can get some help because I'm really stuck with this one. I created a form from Table1 that aks for Beginning Date / Ending Date / Vendor. I created a query from same Table1 with the following arguments.
|
| Can't get SUM to work | 11 Nov 2006 21:01 GMT | 3 |
I have a report that is giving me fits and there is probably a simple solution. Query has this expression which returns correct value: ReceiptOfGoodsToNow: IIf(IsNull([PriceQuote]),DateDiff("d",[ReceiptOfGoods],Now()),"")
|
| Report design to show one line per a number in a series | 11 Nov 2006 19:07 GMT | 1 |
I need help with a report. I issue a certain number of "requisition numbers" to a deparment. For instance, the department has requested 5 sequencial numbers. This sequence begins with 170011 and ends with 170015. In a table I keep the next beginning number, so I don't need ...
|
| Pull year from mm/dd/yyyy field into report | 11 Nov 2006 16:56 GMT | 4 |
I am trying to total prior years activity into a beginning balance on a report using the DSum function as shown: =nz(DSum("Amount","tbl_NUS1"," Year([PdYr])=2004 and Year([PdYr])=2005 "),0) The PdYr column in table tbl_NUS1 is format Date/Time.
|
| Need average monthly amount in report. | 11 Nov 2006 15:40 GMT | 2 |
I posted something simular to this a couple of days ago, but it was very confusing to say the least. I will try to make it more clear. I have a report with a field of transaction dates, and a field with amounts for those dates. My problem: How do you calculate a monthly average ...
|