Group:  Microsoft Access ยป microsoft.public.access.reports

DotNetBag
.NET Development Newsgroups

HTVi
TV Discussion Newsgroups

Our Hot Pick: Rising Antivirus 2006 - Certified by TUV & Checkmark! Get 10% discount by entering this coupon code: ONDISCOUNT10
Rising Antivirus 2006

Threads Replies Last Post
253 Pages: <<  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  >>  
Paging a sub report
Access 2003 Main report contains a single sub report that is bound to a table that is linked to the main bound table through a simple key. There are more records in the sub report than a single page can hold. In addition the user wants to control what sub table information is placed on which report page. There are three control columns in the sub table. - "LinkKey" which links the sub t...
1 09.09.2006 18:59:03
Ms Access HElp Reposted
Allen, Thank you for you help I have managed to get it up and working!! Can I ask you another questiong re your AppInventory? I was to create a report based on the stock tootals created what is the best way of doing this as the code which you provide requires for you to enter the prouct code in order to get a total. Any advice is much appreciated! Thanks again "Allen Browne" &l...
1 09.09.2006 16:27:23
date error
I have a report which pulls info. onbasis of date range, using hasdata property I am able to get a null value if there is not data processed within the date range, however in the header it gives a me a text "error" for the date range need have the date range mentioned, at the moment under the control source I use ="Dated from " & [Type beginning date] & " to " & [Type ending date] ...
4 09.09.2006 12:46:50
cross-table or something alike
Hi, Sorry for the difficult way I explain what I need but.... it's the best I can...... I work in a school for students with character problems. To evaluate their behaviour a system of points is create, there are a total of 10 different items. Things that can go wrong "cost" one or two points: fighting cost 2, smoking 1... Every other month the points are summed. When a techers sees som...
12 09.09.2006 02:22:05
merge records in one line in report
i think it will be better to make an example for what i want to do: i have table has 4 fields each field has 10 records and i want to make report for this table and put multi records in one line in this report ...
2 09.09.2006 02:14:29
Current record to report and print
I am trying to send the current record(form1) to (report1) and get it to print. I have things on the report that are not in the form1 mostly I get the form1 to print but not the rest of report1 or all the reports print (the whole table). Ijust want to print 1 at a time. I would like to do it with a cmdbutton if possible. I'm new at this and don't understand a lot of it. Thanks for any help ...
3 09.09.2006 00:45:49
Simple Bar Chart Per Line of Report
Hi I have a report with multiple sub reports In all of these sub reports I have in the device footer section the devicetype and a qty and also a time (the detail section which falls just above this lists all units of a particular devicetype but is set to hidden as it is not relevant for this report). I currently have this working fine and providing a subtotal in the report footer at the bot...
3 08.09.2006 23:12:33
Month Parameter to pull only that data
The scenario is this. A user enters a month and gl year to evaluate against another month and year. (Beg balance=Jan 2005 and End balance=Jan 2006) The resulting report would group the data according to section and subcategory and list the following information as columns: Acct #, Desc, Dept, glyear, Beg balance, End balance, and the difference between the beginning and ending balanc...
6 08.09.2006 22:17:15
Open form at the time of opening report
I want to open a form at the event of open report. The form has a combo box and I want to select a value from that box and pass it as a criteria for the report. query for the report is ready. Please suggest the changes on the report side as well as on the form side....
4 08.09.2006 19:54:14
Variables in report header
Hello, I have a form with a tree view in it. The user can pick from among 10 choices. Once they make their choice I assign a string variable (strText) within a case statement. The string variable may have a value of "Parties-Appellant", "Parties Respondent", etc. Right now I am just testing with the one value of "Parties appellant. The form opens a report and runs a SQL select stat...
3 08.09.2006 19:31:02
bold font
I have created a report. I would like to display the font in red or bold if the two fields do not equal. I used the following but does not seem to work. I put the code on the open event. What am I doing wrong? Thanks. If Me![CP] <> Me![rprice] Then Me![New2].ForeColor = vbRed Else: Me![New2].ForeColor = vbBlack...
3 08.09.2006 19:25:07
Value on Report from Forms
Hi, Have Report built from Table. The Report can be opened from any of several Forms. There is a value in an unbound textbox in whichever Form is opened that is used to open the Report that that value appear on the Report also in a textbox. Because there are multiple forms I can NOT just put in the Report TextBox: Forms!Form1.TextBox I need a more generic syntax that will be ...
7 08.09.2006 19:19:27
Fax Report
Hi I need to fax a report to a specific reciver. I have today sbs2003 server fax printer and true a buttom I fax. Do do this O have to go true several steps to fax the report. I would like to press the buttom and everything is done. I have a sepeat form and report for each reciver. Thanks Robert...
3 08.09.2006 19:01:02
Access 2003 parameter values and trim
I want to produce mailing labels from Access 2003 by creating a new report. No problem with this, but when I open the report a window appears named 'Parameter Values' and asks me to insert a Trim value. If I ignore this all the lines on my labels show as #Error. Some other sites have suggested that I open the file in design view, click on tools and then References, but References does...
3 08.09.2006 16:10:46
Page break on group?
I can't get my report to page break on groups, help! I've followed these directions on help : To print a section on a separate page, double-click the section selector of a section, and set its ForceNewPage property to either Before Section or Before & After. It's not working, help?...
6 08.09.2006 16:03:06
How can I change the starting page number of a report?
I have a document that is printed in multiple reports. In the 2nd report, I want the first page number to be 5....
5 08.09.2006 16:02:09
Summing Detail
I have a report outputs four detail rows - numbered 1-4. In my footer I have sum and average rows which calculates the detailed section in an aggregate fashion. Meaning it combined the data from Rows 1 - Row 4 in both a sum and average. In addition to this I would like to show sum and averages on the specific detail rows (Row 1, Row 2, Row 3 & Row 4). Perhaps I'm missing an obvious fi...
5 08.09.2006 15:53:02
Steve Lebans pdf conversion
I am using Steve Lebans pdf conversion code to convert an access report to a pdf without having to have pdf drivers. Works great! Except for other people. When I click the button to do the process it works beautifully. But when other people on the network click the button they get a "Output command isn't available" type message. Any ideas?? Thanks for your help!...
12 08.09.2006 15:48:26
sorting fields
I have a report that I created a group on Customer #. BUT I need my report to be sorted by descending dollar value. I've done a few different things. I've changed my query sort order and in the sorting & grouping I added my extAmount field sort descending. If I put it after the CustNo, it does not sort, if I do it before CustNo, then my CustNo field is not grouped together. Any suggestions? ...
2 08.09.2006 15:39:02
Writing a formula in report using payperiods in Access
In Access 2003 trying to write a report that will show the amount that is owed through a certain payperiod. This is to track what is owed for United Way. The total donation is split into 26 payments for each payperiod. If they are termed, we are no longer responsible for their portion of the donation, need to calculate what is owed based on term date. I have never been good at writin...
1 08.09.2006 15:25:02
preview accessreport without showing the tables
Hi, Is that possible when I preview the reports in VB, doesn't show the tables?? I used this code to preview the report written in access app.DoCmd.OpenReport "RptCollectionSurveyed", acViewNormal But I don't want the users to have access to the tables... is that possible to hide from the users?? Cheers! ...
1 08.09.2006 15:13:28
Problem in Cross tab query
Hello all, I created a cross tab query, which is running fine, as - TRANSFORM IIf(Count(tblDaily_Attendance.PK_DailyAttendance_Id)>0,"P","A") AS CountOfPK_DailyAttendance_Id SELECT tblEmployees.Name, tblDepartments.Dept_Name FROM tblDepartments INNER JOIN (tblEmployees INNER JOIN tblDaily_Attendance ON tblEmployees.PK_Emp_Id = tblDaily_Attendance.FK_Emp_Id) ON tblDepartments.PK_Dep...
8 08.09.2006 14:38:32
Setting a custom toolbar for all reports
I've got a custom print preview toolbar I'd like to use on all the reports in a database. Is there a way to set the toolbar property for these reports all at once rather than open each report in design view and change one report at a time? I've tried accessing the Toolbar property through the AllReports collection in VB but I haven't had any success. I'm sure there's a way to do it th...
3 08.09.2006 14:34:01
255 field limit, does it count subforms/subreports?
I have MS Access 2000 at work. I have a need to put information on a report. The report has a limit of 255 datafields. Does the subreport/subform fearure allow you 255 more datafields?...
3 08.09.2006 13:24:02
Page break
Having listed a page break to rank by a relative field, I now get a blank sheet at the start of every report. Any idea of how to rid this? Many thanks, Matt...
7 08.09.2006 10:39:01
253 Pages: <<  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  >>  

Home | Search | Terms | Imprint | Contact
Newsgroups Reader - provided by WiredBox.Net