| Thread | Last Post | Replies |
|
| Different line border width between Line control and Line method | 24 Oct 2005 12:39 GMT | 4 |
I have a report using line control and line method. If I preview the report, I see that the line border width is different. Border width for the line control is hairline. How to write the code for line method to make their width same ?
|
| Printining a Receipt | 24 Oct 2005 06:49 GMT | 9 |
I have a report that is the receipt, however it puts every sale in the report... i only want to have the current sale on it. each sale has a unique number. please tell me exactly how i can make 1 receipt per page, as i am quite the nooby when it comes to access.
|
| Conditional Format Font Size | 24 Oct 2005 03:15 GMT | 4 |
I am attempting to use Conditional Formatting for the first time. I see that you can change the color of a font, make it bold, or italicize it. I do not see a place to make the font larger if a condition is met/not met. If this change can be made accomplished here, how does one ...
|
| I cant get my report to fit on one page | 24 Oct 2005 01:56 GMT | 15 |
The report is profile inpage set up I have reset the margins to 1/2 " in page set up The first page of the report goes to two pages, with just a little of the shading but none of the data or headings on the second page
|
| Ugly Error message | 23 Oct 2005 20:07 GMT | 5 |
How can I get rid of the above Ugly "Error" Message if control reference is empty? Below is a copy of a calculation at the report level which generates an ugly "error", if the following/next to follow controls have no data. =[rpt_Product_BrandyInfoData_Collection_PrevDay] ...
|
| Formatting Question | 23 Oct 2005 16:28 GMT | 3 |
I have read in this thread that it was possible to use unnderscore character or dashes with Courier New to get the lines in a Access report to show up in Word. I need to put a box around 3 description fields. I can see getting the dashes or underscore to work horizontally,but ...
|
| Pass Parameter to Sub-Report | 23 Oct 2005 14:29 GMT | 4 |
When I pass a parameter to my Main Report in the Where clause of the DoCmd.OpenReport, the subreport does not recognize it. Where When,How, do I pass that same parameter(s) to my subreport? Thanks in advance for your help!!
|
| database for breakdowns in haulage industry and lost time | 23 Oct 2005 04:46 GMT | 1 |
i want to create a database so if a vehicle in the fleet breaks down.ie time of breakdown,whom it was reported to,what action was taken to fix the problem.when the vehicle was back on road.i have never done or worked with database befor so any help or pointing me in right ...
|
| Separate report for each group | 23 Oct 2005 01:13 GMT | 3 |
I have a report for many employees. I want to be able to have a report for each individual employee. Is there a way to break out a report into separate reports ? (the title of the report would be the employee name and employee number)
|
| DSUM Baffle | 23 Oct 2005 00:54 GMT | 2 |
I have a report with two report footer. As you can see: =Sum([Total Amt Paid]) =DSum([Total Amt Paid],"Main Database","Format(Date,""yyyymm"") = """ & Format([End Date],"yyyymm") & """")
|
| Group field up to a decimal | 22 Oct 2005 22:49 GMT | 6 |
I have a report that has a field [QuesNo]. The format is 1.1.1 up to 10.1.25. I am having a couple of problems: First I want to have a subset so I can group the categories. So I want to take all the numbers up to the second decimal. The category would be 1.1,
|
| Total of all sum for specific boxes on reports | 22 Oct 2005 20:35 GMT | 1 |
I've created a report that has some auto calculations in it - i.e. =[per1]*[total at odds] this works great and does what it is suppose to do however I also have a section in my report footer to show the sum of totals for each specific section - i.e. =Sum([total at odds]) It ...
|
| Report Design Issue | 22 Oct 2005 19:44 GMT | 2 |
This is so simple it's hard. I want to have a line seperate vertically my detail Example Jane l 50 Bob l 70
|
| Help | 22 Oct 2005 18:39 GMT | 1 |
I can't open any of my reports, also can't go 2 design view or create a new report could u help
|
| Postal Code - Still Confused | 22 Oct 2005 18:19 GMT | 10 |
Since I posted I have changed to using one control for an address block to suppress blank lines. It now reads: =([MailingName]+Chr(13)+Chr(10)) & ([CompanyName]+Chr(13)+Chr(10)) &
|