| Thread | Last Post | Replies |
|
| Access 2003: Create XY Scatter Chart in Report | 08 Aug 2007 19:15 GMT | 2 |
I'm trying to create a scatter plot with Access 2003. I have a table whose primary key field contains numbers representing timesteps. There are three other fields that contain data corresponding to each timestep. I want a scatter plot with time on the horizontal axis and
|
| dlookup error 2001 | 08 Aug 2007 17:44 GMT | 1 |
I have a query, LocationQuery2: SELECT Count(GeneralTable.LocDesc) AS totalRatings, LocationQuery.LocDesc FROM LocationQuery GROUP BY LocationQuery.LocDesc;
|
| Counting check boxes | 08 Aug 2007 17:26 GMT | 3 |
I'm having a problem as follows:- My table holds a supplier name, date and some check boxes for the state of each delivery that turns up. I want to produce a graph that shows by supplier/date range the percentage
|
| Adding ID field to a report in Access | 08 Aug 2007 17:02 GMT | 2 |
I need to add a field to a report that will identify the person that printed the report. What I would like to do is add a field that will display the Windows login id or computer name or something related to the computer or person printing the report. Any help would be greatly ...
|
| join contents of text boxes | 08 Aug 2007 12:55 GMT | 1 |
I have three text boxes on my report, which I would like to 'join' together, for example... text box 1 = "abc", text box 2 = "def",
|
| How can I use & as text - not as operator in a label? eg B & B | 08 Aug 2007 00:10 GMT | 1 |
I have a report header where I want to show the company name. If I use the & it treats it as an operator and will not print it.
|
| print different report based on value in control | 07 Aug 2007 22:40 GMT | 2 |
I have a form for data entry and I want to add a command button that will print a one of 2 reports for the current record. What determines the report is the value in the field FrameQty. If the value is 6 then I want to print Traveler6, if the value is 4 then I want to print ...
|
| DoCmd.OpenReport - WhereCondition | 07 Aug 2007 22:34 GMT | 10 |
How do I employ multiple Where conditions. Example strWhereCountry = "Country = Forms![frmRptMenu]!cmb_Country" strWhereRegion = "Region = Forms![frmRptMenu]!cmb_Region"
|
| OpnReport with multiple conditions | 07 Aug 2007 22:12 GMT | 2 |
I am attempting to create multiple conditions when opening an access report but with conditions based on different fields: This is my existing code but I keep receiving an error; I believe it pertains to incorrect syntax:
|
| Error | 07 Aug 2007 20:46 GMT | 1 |
Help!! I have a system with multiple forms that have buttons that produce reports. Well i did have, until the buttons stopped producing the reports! Access will now not even let me create a new report from scratch!
|
| Calculating Total Time in a Report | 07 Aug 2007 20:28 GMT | 9 |
I have a query that displays a course ID and a calculated field TotalTime:[endtime]-[starttime] When I create a report based on this query, I can get all of the detail information correctly, but it does not total the TotalTime column correctly.
|
| Sort by Ascending in complicated Report | 07 Aug 2007 20:05 GMT | 1 |
I have a report based on several subreports. However I need to sort by Ascending on my date field and my User field. I have tried it in my query and sorting/grouping etc and nothing seems to work. Am I missing something. Any help would be appreciated.
|
| Group Header and Duplicate Fields | 07 Aug 2007 19:44 GMT | 2 |
I have a report with a group header on the Create Date field of the table. In the table some records have duplicate order numbers. How would I be able to count unique order numbers by Create Date? Thanks, in advance, for any help.
|
| Print A Report Automatically | 07 Aug 2007 18:26 GMT | 2 |
I am using MS-Access 2003. I need to print a report every Tuesday, at 0900. Can someone point me to some examples or samples??? Thank you,
|
| Layout | 07 Aug 2007 16:52 GMT | 1 |
I need some help if anyone has any ideas. I have a preprinted form that I am trying to generate a report to put the data into when printing. The form is laid out like this. 1 include margin at top and bottom. Leaving 9 inches in the middle. The data
|