| Thread | Last Post | Replies |
|
| Forcing group headers on new page | 21 Nov 2007 19:23 GMT | 2 |
Hi i have some trouble printing reports based on condition. (Access 2003) I have report being printed (2 sided print out). This reportd has a groupheader0 which is grouping by counties. I would like to program it
|
| count | 21 Nov 2007 19:17 GMT | 1 |
I have a report that I have been emailing help on with you guys. Everyone has been such a great help. My report is a 12 month rolling report, which is based off of a crosstab query. I need a field called count. This will count what months have data in them. So for example:
|
| open a form based on another | 21 Nov 2007 19:00 GMT | 9 |
I have two forms "client" and "employee details" I want to put a hyperlink on the client form that will open up the employee details. the relationship is as such. one to many client to employee details. client; ID, employee ID
|
| subforms vs subreports | 21 Nov 2007 14:12 GMT | 1 |
Are there any downsides to putting a subform (which exists already for other reasons) onto a report using the subreport feature?
|
| Shrinking subreports | 21 Nov 2007 14:11 GMT | 1 |
Is it possible to make a whole sub-report shrink and grow? (The vertical attribute available for regular controls).
|
| Limit report to 1 record | 21 Nov 2007 14:05 GMT | 2 |
I maybe doing this all wrong but what I want to do is have users enter data in a form. Once done entering the data then they would click on a button to open a report w/ only the data they entered. For example say they entered data about a sale made the report would then be a ...
|
| Convert Report to PDF then Email | 21 Nov 2007 10:39 GMT | 5 |
Hi Peole, im having some trouble getting my access database to email the pdf thats being created. Ive managed to get the report automatically emailed as a HTMl file but would really love to get the PDF conversion working and as such have tried changing the "docmd.sendobject" I ...
|
| Leban's ReporttoPDF embedded bitmap image support? | 21 Nov 2007 04:24 GMT | 9 |
I just downloaded Leban's ReporttoPDF function for auto PDF printing. I'm experiencing a problem with embedded bitmap images in the PDF output. I receive "an error exists on this page" and sometimes "invalid image", and the bitmap images are either blacked out or only
|
| Count Distinct | 21 Nov 2007 01:01 GMT | 7 |
I'm creating a report where I want to count 2 things: Number of Unique Clients and Total Number Of Enrollments. A client can have multiple enrollments. I can do the counting of total number of enrollments but I can't seem to get
|
| Objects visible vs. Not Visible by condition | 21 Nov 2007 00:16 GMT | 4 |
Hello. I have a wonderful project to complete. I am trying to maximize my efforts by combining several reports into 1. To do this I need to set objects on my report... ie text boxes and images to display based on a value on a record. I have two types of records... typeA and ...
|
| margins not working | 20 Nov 2007 23:08 GMT | 1 |
i set the print margins, which are different for all my reports, through the page setup in print preview. then i save the reports. when i exit the database and reopen it the options i have saved are not working properly. for certain reports i have to reset the print margins. why ...
|
| DCount? | 20 Nov 2007 22:43 GMT | 2 |
My SQL Code is as follows: SELECT tblBillSeats.BankName, tblBillSeats.BPseats, tblBillSeats.Pamt, tblBillSeats.BTseats, tblBillSeats.Tamt, tblBillSeats.BType FROM tblBanks INNER JOIN tblBillSeats ON tblBanks.BankName =
|
| centre text in a control vertically | 20 Nov 2007 22:24 GMT | 1 |
I understand how to align text, left, right, centred I want to be able to centre text in a control horizontally (up or down) as is the case when using a text box in MS Word Can this be done please, thanks
|
| Email report in PDF Format using a Macro | 20 Nov 2007 20:41 GMT | 2 |
Using a macro I can generate and export files in pdf format. Then I have to create an email, attach the report and send. Is there a way to email a report in pdf format directly from Access utilizing a macro?
|
| Getting a total from a subreport | 20 Nov 2007 20:19 GMT | 1 |
I have a subreport in my main report. The report is in a footer that is called RT Footer. In the RT Header of my main report, I have the following in a text box: =Reports!rptCOMMISSION_REPORT.rptCREDIT.Report!tEXT28. This textbox is supposed to give me the total for the linked ...
|