| Thread | Last Post | Replies |
|
| aggregate function error | 15 Jan 2007 04:24 GMT | 2 |
You tried to execute a query that does not include the specified function as part of an aggregate function SELECT Sum([amt]) AS Expr1, Testsales.orderid, Testsales.product, Testsales.amt
|
| Pulling individual Pages from Reports | 15 Jan 2007 00:59 GMT | 3 |
I have a report that lists all attendees at a function with attendant details. I would like to be able to tell the report to pull a page for just One of the attendees and not print the entire report. Is this possible. I'm very new at access. Please be gentle.
|
| Subreports and reports | 14 Jan 2007 19:41 GMT | 1 |
I have several subreports printing in my report. When I pull up the subreport, it shows a value of 20 for the total; however, when I pull up the report, it's showing a value of blank. Can someone explain what I'm doing wrong?
|
| Print a Selected Page in a Report | 14 Jan 2007 17:18 GMT | 1 |
Hi, Is there any way to print a selected page(s) in a report after its previewing? AK
|
| sorting within an interval | 14 Jan 2007 16:33 GMT | 1 |
I have a series room numbers which are geographically sorted so that rooms 1-10 are in one block, 11-20 in another block etc. Sometimes there are ten rooms in a block, sometimes just 2 or 3. I have a report that has a grouping interval 10 and a small footer so that
|
| set a report to color result sets, e.g. team A in blue B in red | 14 Jan 2007 16:01 GMT | 2 |
I have a report that displays a group by different teams. I want the report to color code the team in a report. IS there a way to do this?
|
| IIf statement | 13 Jan 2007 05:09 GMT | 1 |
I am trying to have a field display different data depending on what one field says. the one field will contain 20 different options and based on which one is chosen i would like another field to display something different based on each option in the first field.
|
| How to get reports to print with only 2 decimal places ? | 13 Jan 2007 04:52 GMT | 1 |
How to get reports to print with only 2 decimal places ? Needless to say the control element "decimal places" does nothing I've set what appears to be the relevant controls in the table itself and of course in the form . In the text box that prints the problem data I call for
|
| Label Value | 13 Jan 2007 01:58 GMT | 6 |
I need to pull the Value of a Label on a form to a Report. I tried putting this on the command button of the form after the report opens but it doesn't work, I assume that its a timing issue, and unlike a textbox there isn't a control property to put a value in.
|
| Turning columns in a report on and off with checkboxes | 12 Jan 2007 23:36 GMT | 2 |
I am trying to turn columns on an off in a report by using checkboxes on another form (called frmAdvancedSearch). The code below is run when the report is opened. I have named everything with numbers (chk1, chk2, txt1, txt2 etc.) so that I can use a loop and save myself from writing
|
| Problem with OutputTo data | 12 Jan 2007 20:28 GMT | 7 |
I am having problem when I transfer data from a Report to Excel. Here is the code that I am using: strWhere = "[Date] Between " & _ Format(Me.txtStart, "\#yyyy\/m\/d\#") & " And " & _
|
| report record source | 12 Jan 2007 18:22 GMT | 3 |
I still do not get it completely with the report record source via the 'docmd.openreport'. I created and sql statment in the variable stgFilter stgFilter = "" _
|
| "Hiding" field if another field is referenced in another table. | 12 Jan 2007 18:04 GMT | 5 |
I hope this makes sense. I have a report that I want to "hide" the [DOSE] from [tbl_ORDERS] if the drug is listed on a different table, [tbl_PCA]. There are only about ten so I put them on a separate reference table as I thought it would be faster. The code below is in the ...
|
| I want to total a particular group | 12 Jan 2007 16:21 GMT | 1 |
Folks, I have a report based on outlets turnover. Records are grouped according to outlets. There may be multiple outlets whose total should be calculated. I tried running sum, but I am looking individual group sum not cumulative
|
| print reports | 12 Jan 2007 10:13 GMT | 3 |
Hi; Probably a stupid question from a newbie; I have a form with several test results taken during a 24-hour priod. Each test has a field with time format like this: yyyy-mm-dd hh:mm. (not
|