| Thread | Last Post | Replies |
|
| How do I calculate the running balance in a ledger in Access? | 07 Jan 2006 20:58 GMT | 2 |
I am trying to do a transaction listing report in Access. I would like a running balance at the end of each transaction listing instead of just a balance of the specific listing on that line. Example: (balance 500.00)
|
| I bit of advice please ? | 07 Jan 2006 15:59 GMT | 3 |
I am working in access 2003 and my situation is this. I am using a select query to obtain a listing (based on a user entered date) of all the parts inspected. The report returns the part number and the specific inspection performed, either "fit" or "weld".
|
| A ? about this groups conventions ?? | 07 Jan 2006 15:23 GMT | 3 |
I have been looking around here for a solution to a problem that I am having with a report in access 2003. Many of the suggested code snips are similer to the following: Me.linMaxFlowRate.Visible = (Me.txtMaxFlowRate > 2000)
|
| Slow running report | 07 Jan 2006 04:29 GMT | 1 |
I have one report that when generated, runs very slow. I have other reports with similar data (just in a different format) that work just fine. The slow running report is a price proposal and contains a great deal of text on it. It's about a 1 1/2 pages of contract related ...
|
| Lines graphics print at 25% scale | 07 Jan 2006 03:15 GMT | 1 |
With line graphics included in a report. The lines print at 25% scale compared to 100% scale for the rest of the report. This only happens when Windows XP and Access 2002 SP2 is involved. Windows 98, Windows ME, and
|
| Add Column Heading | 07 Jan 2006 03:14 GMT | 1 |
How can I add a heading to a column in my Access 2002 Report without having to group items. I have created a long list of items on a report and made two colums to try to fit all data on one page. The headings for the column only shows on the left-hand column because it is part of ...
|
| query/parameter strategy.. | 07 Jan 2006 01:40 GMT | 4 |
I have acc2000 mdb, with 10 different reports the user would like to be able to select from 1 to 4 grouping levels. They want to run for either year 1, or year 2 and 3, or all years, or 3 years, etc. wondering if easier way then creating parameter queries for all possible
|
| Month To date Calculation | 06 Jan 2006 21:52 GMT | 1 |
Is there a way to print a report and only print the current months data to date. ie today is 1/6/06 and I would like to show only those values for 1/1/06-1/6/06 but tomorrow I would like for it to go to 1/7/06 and then next
|
| Unhiding Labels in Multiple Column Report | 06 Jan 2006 21:33 GMT | 1 |
I have a report that has three columns in it. In the Page Header section I have three sets of labels for each column. Is it possible to hide unhide the second and third sets of labels based on where or not there is a second or third column?
|
| Open Report Action Canceled | 06 Jan 2006 20:00 GMT | 9 |
This is a STRANGE one. Users A and B share a computer terminal that has an Access 2003 front End on the local Drive, connected to a Back End on a server (Windows). The database works great for User A, but User B cannot get several reports to open, When she tries, she gets a ...
|
| Returning too many pages | 06 Jan 2006 19:11 GMT | 3 |
My report is controlled by a query with 1001 records. I want the report to count certain instances. Instead of just returning 1 page (the amount of space the report seems like it should take), it returns 1001 pages. How can I keep the report for returning a page for every record?
|
| Problem with landscape reports | 06 Jan 2006 17:18 GMT | 4 |
The left margin is always 2.5 inches...what can be done about this. Yes, I posted a simular message...I got no replies and need an answer.
|
| Sum Textboxes | 06 Jan 2006 16:53 GMT | 1 |
I have a report that has several textboxes in the report footer section. These are all calulated textboxes. I would like to Average groups of them to create a summary. I need errorchecking as at times the textboxes will read #NUM!. Where should I put the new summary textboxes and ...
|
| Referencing Dates in Reports | 06 Jan 2006 15:46 GMT | 4 |
Quick question on placing a TextBox with the following control source being ="Report Period From" & " " & [Enter Start Date] & " " & "Through" & " " & [Enter End Date] This is really good for indicating the Report Period within the Report
|
| generating a file per record in reporting | 06 Jan 2006 15:05 GMT | 6 |
I'd like to generate a report where output is exported to a word- or pdf-file. Further the report should generate files for each record. Is there an easy way to do this? Thanks in advance!
|