| Thread | Last Post | Replies |
|
| Unable to open any report | 27 Jun 2005 16:34 GMT | 3 |
When I open a report in MS Access nothing happens and no error message is displayed. I have re-install MS Access and created new reports but they cannot be viewed. Any ideas?
|
| section width error | 27 Jun 2005 16:21 GMT | 2 |
I am using VBA in an Access 2000 database to programmatically print reports to the default printer. These two lines control the print: DoCmd.OpenReport <ReportName> DoCmd.PrintOut
|
| Report overrides Order by clause of its recordsource query | 27 Jun 2005 16:00 GMT | 3 |
Hi; I use Access 2000 and have a report based on a query.Although when i open that query,records are ordered perfect,opening report is not the same as its bound query,until i manually enter the ordering fields in property sheet
|
| combining data from two unrelated tables in a report | 27 Jun 2005 15:57 GMT | 1 |
I have been asked to produce a report showing sales from all branches of my Company. I currently have detailed info for my branch sales, and want to keep this separate from the data from other branches. I have created a separate table for the other branches to enter date, product ...
|
| Detail_format not working | 27 Jun 2005 15:45 GMT | 2 |
I have a number of text boxes on each line of my report but depending on certain criteria, i want to play with the .visible property, eg. If txtbox1.value = "Yes" then txtbox2.visible = True
|
| Help with MS Access Chart in Report | 27 Jun 2005 11:09 GMT | 3 |
I am working on a simple pie chart that has several different labels. I want to arrange the labels evenly around the pie chart so they are all visible and there are no overlaps.
|
| Analyze it With Excel via Code | 27 Jun 2005 10:52 GMT | 1 |
I have a series of reports which can be exported to Excel using the following code: DoCmd.RunCommand acCmdOutputToExcel Clicking on the "Analyze it With Excel" button, exports to Excel and formats
|
| Numerics not printing in report (ACC2000) ?! | 27 Jun 2005 09:36 GMT | 2 |
I created an Access2000 application many moons ago. This program uses Access reports for printing data to the user and until now this has always worked perfectly on some 20 customer computers where I installed the program. These computers were either using the Access2000
|
| page break | 27 Jun 2005 05:57 GMT | 1 |
How do I cancel the last page break on a report to stop printing a blank final page? T.I.A Dave
|
| All Dates within a specified date range | 27 Jun 2005 04:18 GMT | 5 |
I need to be able to have all dates returned from a query with start and end parameters.. For example if the range is from 01/01/2005 to 01/15/2005 I need the report to include those dates regardless if they are in the table queried or not.
|
| duplex printing. New dept should start on even page number. | 27 Jun 2005 01:03 GMT | 1 |
Any one a solution for my problem. I created a report with sales figures for an productgroup. This figures result in a weekly report of over 150 pages. I would use duplex printing if not for the problem that I keep getting the
|
| Expression error when running report, but not in query. | 27 Jun 2005 00:51 GMT | 9 |
I have a report based on a query with 2 separate expressions contained within. When I run the query the expressions run fine and I get the data requested. When I run the report, I'm getting the error that the expression is typed incorrectly or too complex to be evaulated.
|
| Report Convert to Word Problems | 26 Jun 2005 23:56 GMT | 2 |
Many posts here indicate there is no fix to the fact that Access can't convert a report to Word or other correctly. Is there anything being done about this? Currently when converting a report to Word a lot of text is dropped and I have to type it back into the Word document to ...
|
| row level aggregate functions | 26 Jun 2005 20:22 GMT | 8 |
I need to use some functions like avg() and stdev(), but only on multiple fields in the current row, not on a whole column, as is the default. Would someone please recommend some way of doing this? For example, I have 3 columns, param1, param2, param3, and I want to show those ...
|
| Formatting | 26 Jun 2005 05:26 GMT | 6 |
How can I get a field on a report to print a black box if the field is null. I tried using the conditional formatting function but it didn't give the option to choose if the field was null. I cannot change the data format because the data is from a linked table.
|