| Thread | Last Post | Replies |
|
| Multiple charts in a report | 23 Dec 2004 11:21 GMT | 8 |
I have made a query with 3 fields: linenumber, weeknumber and quantity. When I make a chart in a form (with the wizard), I get for every line a chart. In this chart the quantity is visible for each week. When I try to make a chart in a report, I get all lines in 1 chart.
|
| Print Multiple Copies of Reports | 23 Dec 2004 05:46 GMT | 1 |
I have two tables that are linked together by primary Key, (Detail Driver and Summary Driver Records), Each record type has Driver Name, Owner Name and Interested Party Name for EACH record type. There may or may not be Summary Records for a Detail record, (1 Car accidents).
|
| Coding for a Filter to look at a separate table | 23 Dec 2004 05:30 GMT | 1 |
I have a report working from a fairly involved query, and then I have the launch of the report build a filter string based on selections made off of a form. The unique piece of data for each record in the query is called
|
| Print command button that allows user to select print options | 23 Dec 2004 05:21 GMT | 1 |
I am trying to create either a command button of macro that when clicked will send a report to the print dialog window so that the user can select a printer and change options as needed. I am not very familiar with Access and have tried using the command button wizard, but it ...
|
| Access 2002 report with autolookup | 23 Dec 2004 05:08 GMT | 1 |
How to build report with autolookup that fills in fields pulled from table after I enter a quantity and part number? Like entering an order for a product by part number. Thanks
|
| Problem with crosstab report | 23 Dec 2004 04:44 GMT | 4 |
I am trying to run a 'Total Sales by Day' report from a crosstab query. The crosstab query is based on an underlying query which normally works fine, so long as data exists for each day of the week. However, problems occur when, for example, I adjust the underlying query to ...
|
| Changing multiple control recordsources | 23 Dec 2004 04:42 GMT | 1 |
I have an Access database that has had some 40 reports imported into it. These reports have groupings with sums in the footers. Some of the reports have as many as 7 groupings. The field names in the database have consequently been changed from CurrentValue to CurrentValueSterling ...
|
| best image format for including on a report for printing | 23 Dec 2004 04:24 GMT | 1 |
Can someone lead me in the right direction. What is the best format for an image to be inserted in a report? Thank you in advance
|
| Query -Report Design | 23 Dec 2004 03:41 GMT | 2 |
Hi, after running a query with Access 2003, I save the query as a report. How do I design my report to show only one field label per column and the lists of all the field information that pertain to the column? I would like to see the report just like it appears in the query.
|
| Limit query result on report to one instance | 23 Dec 2004 02:48 GMT | 3 |
I have a join query I use to pull information for statements. I would like to include a description from the first occurance only of the invoice details, but when I run the report, it reflects as many lines as there are line items and posts (and adds) the invoice total as many ...
|
| Report after a subreport. | 23 Dec 2004 00:41 GMT | 1 |
How do I create a report to show two subreport one after another. What I mean is the first Subreport will show all its records, then the second report will show all it's record. This is in the same report. I have tried the inserting the subreport using toolbox, but the display is a ...
|
| I cannot open Reports in design mode or preview in Access 2003 | 22 Dec 2004 23:38 GMT | 2 |
Although I have no problem running reports or viewing them on my workstation, when I distribute it to other workstations users cannot print reports and cannot look at their design.
|
| How to add literal quote to Stored Procedure | 22 Dec 2004 22:27 GMT | 2 |
I am trying to add in literal single-quotes around the parameter @vchDistrictName in the following line. Any suggestions? SELECT @SQL = @SQL + ' WHERE District.DistrictName = ' + @vchDistrictName
|
| DISTINCT in code truncates a memo field to a text (255 characters) | 22 Dec 2004 21:26 GMT | 1 |
Hi, I won't go into the agonizing, but I think in the process of working through our project we have found a bug with Access. Basically, I have created a report based on a table, which has links to other tables, when run the report duplicates some records and I am not sure
|
| Formatting a subreport on the fly | 22 Dec 2004 20:50 GMT | 2 |
So, round two... I have a report that is opened by a "pre-report config" form, where I set various formatting things. When I open the report, in its Open event code, I refer to various controls on the "config form," and set things like
|