| Thread | Last Post | Replies |
|
| report page size limitation | 09 Nov 2005 22:09 GMT | 1 |
I'm trying to print a report on an architectural drawing sheet which is 24" X 36" out of a Xerox 8850 printer. I currently have to settle for selecting 17 X 22, because when I select anything larger and try to send to print, I get the following error:
|
| Question on subreports | 09 Nov 2005 21:42 GMT | 7 |
I am frustrated by something that I hope you can help with. I have a database that calculates an invoice (grouped by ClientID) and a separate, unrelated, table within the database that monitors payments (again, grouped by ClientID).
|
| Column problem | 09 Nov 2005 20:52 GMT | 2 |
I have a report that is split in two columns. In the detail section I need things sorted ascending by last name. All that is set up correctly. The problem is that instead of the names appearing alphabetically going down the column and then to the next, it jumps from column 1 to ...
|
| Programatic spacing issue | 09 Nov 2005 20:45 GMT | 4 |
This may take a minute to explain, so kindly bear with me. I'm using Office XP. I'm in charge of making sure Nursing students are up to date in their documentation. I've already automated Access emailing these students when
|
| Grouping by month | 09 Nov 2005 20:26 GMT | 2 |
I have a report which is based on a query, say Qry2. Qry2 is based on another query say Qry1. There is a calculated field to calculate Year and Month in Qry2 as YM:Year([submit date]) & Format(Month([submit date]),"00") where [submit date] is a field in Qry1. I am using this ...
|
| sums | 09 Nov 2005 19:42 GMT | 1 |
i am having a problem with my adding of amounts. I am trying to add the cost of items together. The equation that i am curently using is =([TotalCost]). tha problem is that it will only take the last item in this , if there are multiple items it will not pick them all up. when I ...
|
| programming | 09 Nov 2005 18:02 GMT | 1 |
I have created a purchase order database and i want to be able to print off certain records ie # 12112 - 12116. How do i get the report to ask me peramiters for the records that i want printed. I do have a query that the report works off of if that is required.
|
| wherecondition value | 09 Nov 2005 17:51 GMT | 1 |
I now how to pass the wherecondition value to a report using docmd.openreport, how do you retrieve that value from within the code of the report once it is open. I want to retrive the value so that I can add it to the report title.
|
| Concatenate part of two fields for report only | 09 Nov 2005 17:28 GMT | 2 |
I need to concatenate part of two fields together for a report. Our internal store # is always 5 characters long, 2 letter state code followed by 3 digit store # (i.e. WA123). Our POS vendor uses the first two digits of the zip code followed by the store # (i.e. 98123). I have ...
|
| Format page trouble | 09 Nov 2005 16:57 GMT | 4 |
I have a trouble open report ; depend of printer driver , the repor parameters defined as landscape mode change to vertical mode and d two pages . what can I pass a parameters of format mode by VB concerning or marg
|
| #error when calculating sum | 09 Nov 2005 14:57 GMT | 7 |
I keep getting a #error when trying to calculate the sum in my report. I've made sure the textboxes have different names. The problem I think I have is the report gets the data from a query.(I only want records between certain dates.) I've checked my 'way' of summing with the ...
|
| Absolute Limit of Fields in a report | 09 Nov 2005 14:39 GMT | 3 |
I am aware of the absolute limit of fields in a report (256). I regret that I inherited an older report that was never compiled, nor had data linked to all of the fields, guess what? "We would like to see all that we have in this kitchen sink report"
|
| Replacing characters entered in a field with * | 09 Nov 2005 13:50 GMT | 1 |
I have created a text field for users to enter a password. How do I arrange for what the user enters not to show and instead show just * symbols for each character entered? Thanks, JohnB
|
| Speeding up preview/printing of report with Images | 09 Nov 2005 13:09 GMT | 1 |
Hi. I have a report that produces up to 15 images per page and contains typically 90 images over all. When I preview it, it seems to go through the process of loading all the images first, then shows page 1. When I go to page two, it seems to load the images for that page all ...
|
| Report to PDF without PDF or EPS Printer | 09 Nov 2005 12:40 GMT | 42 |
I am searching a solution to create PDFs from Access-Report without a PDF-Printer. All solutions I have found (Adobe, Ghostscript, Fineprint....) need a installed PDF-Printer-Driver.
|