| Thread | Last Post | Replies |
|
| Printing .snp files without prompting user for printer selection | 22 Mar 2005 03:51 GMT | 1 |
I have a HUGE batch process application that runs on a Win2k machine. It has trouble on .snp files. Any other file type (.doc, .xls, .pdf and etc) print just fine...but when it hits a .snp file it prompts the user with a SELECT PRINTER box. This doesn't work for me because ...
|
| fix problem in report | 21 Mar 2005 22:15 GMT | 2 |
I have a report that I changed one of the grouping fields to a new field and removed the original field from the query. My report still thinks that field exists and won't run without asking for the field data. Is there a way in access, like there is in foxpro to open the report ...
|
| How do I insert a space between groups? | 21 Mar 2005 20:08 GMT | 3 |
I have a home video library and each tape has several segments. I have created a report to use as an index that is sorted by tape # and then by segment #, etc. - i.e., the first column is the tape #, the second the segment #, etc. Some tapes have several segments so I would ...
|
| Ordering Records in a Group | 21 Mar 2005 20:05 GMT | 9 |
I created a basic database that tracks hours/days worked. The report is grouped on the [Date_Worked] field and that seems to be working properly. In the sorting/grouping dialog box, I chose the [Date_Worked] field, sorting it in ascending order.
|
| C=A-B i want my c=a in next row in my report | 21 Mar 2005 19:38 GMT | 1 |
I am making a report. A= Cost B= Amount Paid C= Balance
|
| Form to get parameters for a query | 21 Mar 2005 17:23 GMT | 2 |
I have a report that lists spend by customer. It is based on a query which requests the customer number I want the report for. Can anyone please advise me as to how to build (or point me in the direction of an example of) a form which will pop up when the query is called and ...
|
| Age in reports | 21 Mar 2005 17:07 GMT | 4 |
Hope you can help with this one. I need a report to show peoples ages based on their birthday. I have 4 fields on the report. Ths first is simply their name. The second is their date of birth. The third needs to show how many days old they are and the final one how old they ...
|
| Termination of a vertical line | 21 Mar 2005 16:12 GMT | 12 |
I am using the following code in the Print Event to draw a vertical line on my report. Me.Line (0.0417 * 1440, 0)-Step(0, 20 * 1440) I would like to have it stop a a horizontal line at the top of the page
|
| Report like an Excel spreadsheet with GridLines | 21 Mar 2005 15:30 GMT | 2 |
I want to display the contents of a table on a report that looks like an Excel spreadsheet with gridlines. I created a report with 2 textboxes in the detail section and 'boxed' them in with 3 vertical lines and 2 horizontal lines, something like this:
|
| Page Break Between Label and Subreport | 21 Mar 2005 14:51 GMT | 2 |
I have a report with about 5 subreports on it. Each subreport control has an associated label over it, which tells what the data below references (Assignment, Responsible Parties, etc.). Since all of them can grow, I just hit a place where there is a lot of
|
| Showing Diffrent QUery on the same report | 21 Mar 2005 14:45 GMT | 1 |
I have report that i would like to present on one of its subreport diffrent query according to data i got to show on the report So far the only way to do this is by having two or more sub reports and visible/invisible them according to data.
|
| Column output | 21 Mar 2005 12:41 GMT | 1 |
I want to have a report that will take one column and fill up a page with the contents. In other words, I have a report that gets one column of data from about 100 records. The particular field is "last name." When the report generates, the print preview shows 4 pages and on ...
|
| How to catch the where clause in the Report_Open | 21 Mar 2005 12:29 GMT | 1 |
Ive an Access program who opens a report Call DoCmd.OpenReport("myReport",,,where) In the report I've a Report_Open sub in which I'd like to catch the where clause and modify it.
|
| Filter property | 21 Mar 2005 06:19 GMT | 1 |
I am trying to write a filter property in a report that is based on a table. I have a calculated field on the report that sums the balances on groups of records. I would like to show the group of records only if the balance exceeds $1000. How can I write this filter property? I ...
|
| Summing visible controls only | 20 Mar 2005 23:21 GMT | 4 |
I am trying to produce an aged trial balance report which should give me the outstanding accounts per each debtor, and print the outstanding amount in the relevant column, Current, 30 Days, 60 Days, 90 Days. The report is Grouped by Debtor.
|