| Thread | Last Post | Replies |
|
| Text Box Line Control? | 20 Oct 2005 20:16 GMT | 2 |
I am going crazy with this text box. I want it to insert a CR/LF only when the line has text, but it does it every time. Why? I need help! =[DonName] & Chr(13) & Chr(10) & IIf(IsNull([DonAddr1]),"",[DonAddr1] & Chr(13) & Chr(10)) &
|
| Include pdf-files as part of access report output | 20 Oct 2005 18:44 GMT | 3 |
I'm producing packing lists per order for my supplier, and would like to integrate the invoices as part of the report output. Invoices are saved as pdf-documents (done outside MS-Access) and named as C:invoices\order_id.pdf, for instance C:\invoices\6478.pdf. So to make
|
| Too many fields in a report | 20 Oct 2005 16:55 GMT | 2 |
I'm creating a report which originally has 10 fields in details. But it ends up with too many fields defined since lots of summary are needed. What I did is split the report into two reports, one with details and group summary and the other with details invisible and grand totals ...
|
| Stop page headers printing on report footer | 20 Oct 2005 16:50 GMT | 2 |
Is there a way of stopping the printing of the page headers on the page that has the report footer. The report footer appears on the last page by itself. Any help greatly appreciated.
|
| report printing | 20 Oct 2005 16:27 GMT | 3 |
I need to print a report without preview it by user. How to this programmatically? Thanks, GB
|
| Updating the Report | 20 Oct 2005 15:56 GMT | 3 |
Hi all, My questions is how do you update a report (show all the fields that have been entered into a form) before the record has been saved? I have set up a report that takes information from a form. When the user has
|
| Print an Auditor name instead of their ID number in the report | 20 Oct 2005 15:53 GMT | 2 |
I am using Access 2002 and I need some help. I am using 3 tables in my query, which my report pick up from. Table one call Inventory contains the following fields: "Insured Name", "FP", "CO","Rev","Ck","Dis","ReviewerID". The fields "FP", "CO","Rev","Ck","Dis" are auditorsID ...
|
| parameter query prompting multiple times | 20 Oct 2005 12:16 GMT | 4 |
I posted this previously but the resolution didn't work and was rather complicated. I'm wondering if there's a more simple approach. I have a parameter query in a subreport that works fine. However, when I add this subreport to the main report and execute it the parameter query ...
|
| Creating a table of contents from a report | 20 Oct 2005 05:32 GMT | 1 |
I've created a report in Access that is essentially a directory, listing names & addresses, along with other information. This report is working fine for me; my problem is that I now want to create an index that shows me the page number that each listing is on. I have page number ...
|
| PivotChart Legend Names | 20 Oct 2005 03:55 GMT | 1 |
Does anyone know how to change the names of the categories that appear in the legend. I don't want them to say Sum of Xxxx or Count of Xxxx. I'm using Access 2002. Thanks,
|
| What are reasons why I cannot create NEW Report? | 20 Oct 2005 03:51 GMT | 1 |
Prior to creating a REPORT in Design or Wizard, I receive an message: You do not have exclusive use of the database at this time etc. When I click on OK, the Wizard is enabled and I can go thru all the motions. When I clik on FINISH, I receive an window that states that WIZARD ...
|
| How to specify quantity of labels to print using form data? | 20 Oct 2005 03:49 GMT | 2 |
I have a form that collects a string and a number, I want to print a page of avery labels , the exact qty as collected in my form. How can I teel the report to do that?
|
| help save reports | 20 Oct 2005 01:45 GMT | 1 |
i have many reports in my db . what i need is after i preview and on close of report i want to get a message to prompt me whether i want to output to file or not .and in case i choose yes i want it to be save as snapshot format .any body can help with this?
|
| Is this report possible? | 19 Oct 2005 23:54 GMT | 4 |
I have a table [private] with fields [fee] (currency), [date_received] and [date_banked] (amoung others). Is it possible to produce a report that would list each record once if a [date_received] value has been entered, and
|
| Printing Multiple Copies of a Report Form. | 19 Oct 2005 23:31 GMT | 9 |
What is the syntax to send mulitple copies of a report to the printer. Example or sample ? I am using a HP Laser 4200 printer. Thank You.
|