| Thread | Last Post | Replies |
|
| Print result of combo box selection on form | 16 Nov 2004 21:31 GMT | 3 |
I have a combo box on my form with the row source as: SELECT tblEmployees.lngEmployeeID, tblEmployees.strFirstName FROM tblEmployees; to choose which employee creates a new invoice. After the form is "Continued" (which updates the inventory table, customer table, etc.) it will ...
|
| Vertical centering in reports | 16 Nov 2004 21:07 GMT | 8 |
I'm doing some tent cards in Access. I have the field set to display the result of "=Trim([Name_First] & " " & [Name_Last])" and through the properties window have set it to be centered horizontally. How do I get it to center vertically as well? In FileMaker Pro text has
|
| Report Widths All Wrong! | 16 Nov 2004 20:49 GMT | 2 |
Access 2003 running on XP Home with SP2 installed. Regardless of what boxes I check during report wizard, or what page orientation I set, the report always comes out Portrait with the fields not adjusted to fit onto the
|
| Eliminating blank controls | 16 Nov 2004 20:40 GMT | 3 |
I have a problem with blank controls in a simple report. I have 3 controls one underneath the other in the detail section for Address_1, Address_2, and Address_3. WHen there is no text in the Address_2 or Address_3 fields I want to salvage
|
| Is this possible in reports | 16 Nov 2004 20:07 GMT | 4 |
I have a report where I have one group header and group footer. The group footer consists of signature and title. The detail sections consists LineNumber and Comments fields. When I run the report depending on the length of data in the detail section, the signature and title ...
|
| overlapping lines | 16 Nov 2004 19:59 GMT | 2 |
I have one line in the detail section of my report set to be able to grow as needed. There is a line immediately below that line. If I put the two lines one right under the other, if the first line "grows," the second line overlaps it, writing both lines info on the same line. If ...
|
| Sending reports directly to a fax | 16 Nov 2004 19:18 GMT | 2 |
I am using A97 and I would like to be able to send reports directly to a fax. My computer has the fax attached. any ideas? Thanks
|
| Problem grouping items in reports | 16 Nov 2004 19:08 GMT | 1 |
When I request grouping in a report in access. Instead of print the value of what is being grouped it looks like it is printing an index number. Any Ideas
|
| codeing in reports | 16 Nov 2004 18:56 GMT | 5 |
IS there some reason why vba doesnt work? My code is If Me.renupgrd <> "r" Then Me.txtrenupgrdas = "Upgraded to:" Me.txttitle = Me.mg & " Upgrade"
|
| Duplicate pages | 16 Nov 2004 17:47 GMT | 1 |
I have a report that prints duplicate pages for every record in the recordset. I just want one page to print.
|
| interruption mode | 16 Nov 2004 17:35 GMT | 1 |
To make a report, a query is used. When trying to show the report for 1 specific customernumber, i get a blank page, and when trying to close it I get the message "the current code will be set to interruption mode due to this action"
|
| Report creation from multiple tables | 16 Nov 2004 16:56 GMT | 1 |
I have been attempting to create a report with sources from multiple tables. I have created a form to choose which project to base the report on. This form is linked to a query that has all of the fields I would like in the report. However, when I run the report, it does
|
| Query gives correct result set while the report does not | 16 Nov 2004 16:53 GMT | 2 |
This happens when there are multiple subgrants. A sample query output could be described as: SubgrantId LineNumber Comments Year x1 1 Furnish document
|
| cant print reports in 2003 | 16 Nov 2004 16:52 GMT | 1 |
In access 2000 the reports run as they should. The same report in 2003 just hangs and have to close the program down. What is going wrong? How do I correct it?
|
| Top Values | 16 Nov 2004 16:34 GMT | 3 |
Hi All: Trying to have a footer field that will only total top 2 values of grouped data above. For example : I have a reprt that shows 2 people grouped, and each person can have multiple scores: 21, 22, 25 etc. I want its footer to add just the 22 & 25 for that person and the ...
|