| Thread | Last Post | Replies |
|
| How to create a dashboard report | 04 Nov 2006 04:44 GMT | 5 |
I am wondering if Access can be used to create a dashboard report to display various data at a glance. Elaine
|
| print using acrobat distiller | 03 Nov 2006 23:52 GMT | 8 |
I was creating PDF files of Access reports. I use Access 2003 and Acrobat distiller 5 and 6. Of late the Distiller is reporting an error without creating the PDF file.
|
| Can I get my report output in bullet format? | 03 Nov 2006 23:41 GMT | 7 |
I need my text output in bullet format but don't see any way to do this. Is it possible?
|
| Selection criteria for a report | 03 Nov 2006 23:23 GMT | 1 |
I have several reports that are configured to run with the input parameter set by the user in his selection via a form. The user selects either a Dept, or a trade or an office. The report output relates to the selection by means of an input criteria in the underlying
|
| Inserting records into a local access table from an external DB | 03 Nov 2006 18:57 GMT | 1 |
Friends, I need to insert around 13000 records from a sybase external DB to one of my local table in access. I have the connection string set up and everything works fine except for the execution time. It takes a lot of
|
| Multiple Records on One Report | 03 Nov 2006 18:19 GMT | 3 |
Is this possible? 2 tables, one main table "customers" with main customer info. Second table "products" that lists the products the customer ordered. There can be more than one record in products for each customer record and has a relationship
|
| Control Array | 03 Nov 2006 18:12 GMT | 5 |
I'm using access 2003. I would like to Name my textboxes text(1),text(2),text(3),etc so that I can iterate thru them with a For Next Loop (in VBA code) and change their color according to another bit of info. I thought I found an article that said to name 2 textboxes the same ...
|
| Multi Records on same customer | 03 Nov 2006 16:34 GMT | 6 |
I have a report that is giving me mutiple information on the same customer. This did not do this in the past but all of a sudden it started. I am pulling the information from a table that is updated once a month. The table looks ok with only information for the customer on ...
|
| Bold Format Only Part of a Text Box Control | 03 Nov 2006 15:16 GMT | 2 |
I have this as a control on one of my reports. =RTrim([PART]) & " [ " & RTrim([Description]) & " ]" It is two fields, concatenated together with right trim so that they flow/slide together nicely. Is there a way to specify just the [PART] field
|
| Special Grouping in a Report | 03 Nov 2006 15:02 GMT | 6 |
I am using Access 2003 I have a training Db which tells me, by employee, the machines they are qualified to operate in different departments. The reporting I have done before, is by Dept, with the machines from that dept listed across the top
|
| account statement in access reports | 03 Nov 2006 14:31 GMT | 1 |
I have a Report showing List of Transactions for accounts.and I have only one field in my contorl source for the amounts whether debits or credits. but in the report , i want to keep the debits separate and the credits also separate , like the bank statement of accounts. how can ...
|
| Filter Report by form | 03 Nov 2006 14:16 GMT | 4 |
I want to set a filter by calling a form from the On Open Event of a Report. On the form I have 3 fields: Start Date, End Date, and Vendor. The Report is based on a query that has DatePaid (date field) and VendorName (txt field). How can I set the filter in code for a report so ...
|
| Keeping together records from a subreport - I don't understand! | 03 Nov 2006 09:56 GMT | 4 |
I've been trying to work this out for a long time and learn things from the questions already posted but I'm not having any luck. I have a number of subreports that get split up onto different pages when they have a number of records in them.
|
| Domain Aggregate Formula Help | 03 Nov 2006 05:40 GMT | 2 |
First, I'm taking a class on Access, so this stems from my textbook: I have a report where I am trying to subtotal contract amounts by city in a report's group
|
| Report keeps repeating | 03 Nov 2006 05:30 GMT | 2 |
I have a report that has sub-reports but for some strange reason the report keeps re-printing the entire report for each section in the sub-report. The report gets generated via a form where the criteria is selected .Please help
|