| Thread | Last Post | Replies |
|
| page break | 11 Oct 2005 07:59 GMT | 1 |
Yes, I'm a newbie. Created a database of my DVD collection. My first report (a simple alpha sort by movie title) works fine, but now I want to force a page break for each letter of the alphabet, ie all movies starting with "A" in first section |page break| all movies starting ...
|
| page header | 11 Oct 2005 04:38 GMT | 3 |
i have a report that can have between 4 to 6 pages depending on amount of data in record. when i have multiple records (eg . 3) i can have up to 18 pages. i want group header to print on first page of record i.e. pages 1, 7, 13 and only want page header to appear on pages that ...
|
| can you change in wizzard from outline 1 to outline 2 | 11 Oct 2005 03:52 GMT | 1 |
When using the wizzard to develop reports, can you change the style of report without doing the report from the beginning
|
| Where To Place Conditonal Code | 11 Oct 2005 03:39 GMT | 1 |
I have a rpt. that prints out orders for picking. In the page header I have an image with the word "Overnight" Which I have visible = False My question
|
| Total months | 11 Oct 2005 00:51 GMT | 1 |
I'm trying to create a report that groups by school and then totals up the actual cost field per school for each month. What's throwing me off is the fact that the completed dates are entered in the format 10/10/05. How can I get a total for each month, a YTD total for each ...
|
| Documenter Errors? | 10 Oct 2005 23:06 GMT | 1 |
In Access 2000, the documenter report does not show the name of the form, table, query or report being analyzed beyond the first page. When I need to analyze the entire database, as I do now, this produces hundreds of pages which are extremely difficult to use. Is there a fix ...
|
| How do I export an Access 2000 report as a Adobe pdf using VBA? | 10 Oct 2005 23:03 GMT | 5 |
I am curently using the OutputTo method to post reports on the Web in a .snp format. Can anyone tell me how to do the same thing with a .pdf format. I am currently using the following code: DoCmd.OutputTo acReport, strReportName, "SnapshotFormat(*.snp)",
|
| Print Lable base on Parameters | 10 Oct 2005 23:03 GMT | 1 |
I'm using Access 2003 And SQL 2000 I have a report base on Stored Procedure: ALTER proc usp_PivotFinal @Company char(3) , @First char(3), @Last Char(3) , @AcctF Char(4), @AcctL Char(4) AS
|
| Default issue -- Mailing Labels for Avery 5160 | 10 Oct 2005 22:25 GMT | 4 |
I'm using the Label Wizard to create mailing labels for Avery 5160. The labels are fine at initial set up -- three columns with ten rows per page. There's no image or any special customized formatting. It's just a plain set of labels that's 1" x 2 5/8".
|
| multiple reports from single query | 10 Oct 2005 21:41 GMT | 5 |
Is it possible to have 3 reports from one underlying query, but where one of the report fields VALUE has a different criteria - for example report1 - VALUE <1000 report2 - VALUE >1000 but <5000
|
| Report totals | 10 Oct 2005 19:40 GMT | 1 |
I have a complex dynamic report generater w/up to 4 group levels. Simplified, the report displayed may consist of something like this: Department (group) Staff member (group)
|
| IIF A=x then B=A+1 | 10 Oct 2005 19:01 GMT | 3 |
...for the most part. This is for a travel schedule report for our US and UK travelers. Essentially, if a US traveler leaves for Italy on 10 October, he doesnt arrive in Italy until 11 October. However, if a UK traveler leaves for Italy
|
| Access2003, view report fails with open report action canceled | 10 Oct 2005 18:56 GMT | 2 |
I'm trying to run a report out of an access 2003 database. all users except 1 work fine. the one that doesn't gets the following error when she clicks on the 'view report' radio button. Microsoft Office Access window comes up and inside it says,
|
| Count Unique Records | 10 Oct 2005 18:54 GMT | 3 |
I have a report that has a field that has different values and I want a summary count of one of those values. I'm trying to use a text box =count([StatusCode]) What is the syntax for counting status codes of 12
|
| Line Feed in Report from Unbound Txtbox | 10 Oct 2005 18:37 GMT | 6 |
I have a form with a unbound txtbox. I want the input to be free form including line feeds. Which I found can be accomplished at input with a cntrl Enter combination. I then want to print this input on a report exactly how it was entered on the form. It only prints on one ...
|