| Thread | Last Post | Replies |
|
| Automate report export (to PDF) | 30 Nov 2006 19:15 GMT | 2 |
I have about 150 contracts in Access report form to be exported to PDF. Normally, I have to click on the Contract Number on the form, Preview it and then Print to Adobe PDF, type the Contract Number and specified where to Save this file.
|
| excluding specific data | 30 Nov 2006 17:15 GMT | 2 |
Afternoon all. I need a bit of assistance...I hope it is something simple. My database is tracking drug testing. It includes all the pertinent information for a particular call to perform a drug test as well as all the
|
| Count Clients in Heading | 30 Nov 2006 09:08 GMT | 2 |
I need to do some counting on a report. The report is based on a query, with one side as the Client table, linked to an Audit table. Each Client can have a director. So my grouping is like this Client_DirectorID - GroupHeader1
|
| Calculated Controls on Reports | 30 Nov 2006 08:35 GMT | 19 |
I have several calculated controls on a report. I have a command button on my form. Here is the VBA line as everyone is well aware of: DoCmd.OpenReport reportname:"report_name", view:=acPreview
|
| Using two crosstab queries in a Report | 30 Nov 2006 03:01 GMT | 5 |
I have two crosstab queries, but when I create the report, I can only choose one of them, but I need the other crosstab query to show in the report as well and the wizard says that it does not recognize it. How do I get this to work?
|
| How to print A5 vouchers on an A4 sheet from an access database | 29 Nov 2006 22:29 GMT | 2 |
>Hi all > >I want to print 1,000 A5 vouchers on an A4 sheet from an access database- >Name, Address, Postcode, etc (only one of each record) |
| Report of Tabular Data with strange spacing | 29 Nov 2006 21:24 GMT | 2 |
Hi, I'd appreciate any advice. I have a report with 4 fields: 1. ID (number) 2. Title in English (text)
|
| Median in group | 29 Nov 2006 19:38 GMT | 7 |
I would like to find the medians in each group rather than in total. Category Leadtime Overallleadtime
|
| Yet another crosstab question ... | 29 Nov 2006 14:13 GMT | 2 |
I would like my Crosstab query to display as column headers each day of a full week. Ie: Sun Mon Tue Wed Thu Fri Sat Now each day may or may not have data in it but I would still like to have a
|
| E-mailing Report | 29 Nov 2006 06:56 GMT | 1 |
How do I do it? We use lotus notes as an e-mail service. I would like to click a button that send the report to an attached e-mail were the user selects a person to mail it to.
|
| Error: No Current Record | 29 Nov 2006 06:55 GMT | 1 |
I was able to preview this report when I had my default printer set to a laserjet printer, but once I changed my default printer to a Xeorox color printer I get error, no current record when trying to preview the same report. I'm able to use this printer in other applications ...
|
| Report - Sum / Group Cost | 29 Nov 2006 06:53 GMT | 1 |
have a Main table listing products sent to clients. Products can be Paper List, Labels, Cd, Etc. Currently use a report that lists's each product for each client, by date. Currently groups by client name,
|
| Changing number to First & Last Name on a report | 29 Nov 2006 05:10 GMT | 3 |
I have an issues database where I have a field called ‘Responsibility’ that is set as a Number format and then the following Lookup is set to return the First & Last Name of the person who is responsible for the issue: SELECT Contacts.ID, Contacts.[First Name] & " " & Contacts ...
|
| Sum questions | 29 Nov 2006 04:56 GMT | 8 |
Hello and pardon the pun, I have a standard table. In a particular field there can be two values, A or B. "A" or "B" have number values associated to them. In the report's footer. For example:
|
| Sorting on Last Name | 29 Nov 2006 03:56 GMT | 10 |
I'm trying to sort a report by last name, and then by first name the only problem is that I am using a linked table for this report and the first and last names are in the same field. Is there a way to sort by last name then first even though the way the name is listed in the ...
|