| Thread | Last Post | Replies |
|
| Avoiding each subreport asking for primary key | 16 Dec 2004 22:41 GMT | 3 |
I have a main report with 4 subreports (one of which is nested inside another one). All 5 reports are based on their own queries due to length of report and the fact that 2 of them are based on multiple returns from a different table than the other 3. (5 instead of 2 because a ...
|
| How do I create a bar code in access 2000? | 16 Dec 2004 21:57 GMT | 4 |
Does anyone know how you can create a barcode linked to some data in Access 2000?
|
| Reports longer than 22 inches | 16 Dec 2004 21:19 GMT | 1 |
I'm trying to do a free-formed report based which is based on a table, but I'm adding graphics as I go. I'm doing my own page breaks and formatitng the data as I go. Everything works fine except as I worked my way down the report I can't go beyond the 22 mark on the ruler. Is ...
|
| Hiding fields | 16 Dec 2004 20:40 GMT | 3 |
I have a report where I want to hide certain fields if they contain no information. I thought it would be and event procedure in on activate in the report, but can't seem to get the code right. Is it possible to do this?
|
| How do I set up my report in date order? | 16 Dec 2004 20:27 GMT | 4 |
Having trouble... want to set up my report so the data will print in month/year order. For example, 11/04 before 12/04, 12/04 before 1/05, etc.. or November 04 before December 04 etc... Right now, it's reading characters in order - not sure how to fix that. Thanks.
|
| Date in report header showing Error# (DON'T want to cancel report) | 16 Dec 2004 20:15 GMT | 1 |
I have a report whose source is a query. In the query, the Date field has a criteria prompt for the user to set at runtime. The report header has a field whose source is "=[Enter Date]" (which is the prompt in the query). It all looks and works great unless there are no records ...
|
| How to Add a User Filter in Report | 16 Dec 2004 19:33 GMT | 2 |
I've created a report in Access 2003 and have added a command button to my main form which runs a print preview of my report. My question is how do I allow the user to apply a filter to the data if they want to print only certain information? Right now it prints the entire ...
|
| Bolds? | 16 Dec 2004 19:15 GMT | 2 |
Is there a way to bold particular key words in the midst of other words in a control box? Thank you for your help. Ellen
|
| Adding Combo Boxes to a Report???? | 16 Dec 2004 19:14 GMT | 2 |
Hi, I want to add a combo box to a report. I have added a combo box to my report, which the control source comes from a table. When I then run the report the combo box doesn't appear??? Why?
|
| drop down menu in the report parameter box | 16 Dec 2004 18:40 GMT | 1 |
How do I place a drop down menu in the report parameter box? I just want to pick a customer number parameter rather than entering a parameter.
|
| SUM issue | 16 Dec 2004 18:35 GMT | 8 |
my report record source is a query.. i have a field called amount in there (in the query).. on my report footer i have the control source = sum ([amount]) - there is nothing wrong with this.. it is working properly.. the problem is i want this total amount another place on my ...
|
| How to create columns in a report? | 16 Dec 2004 18:21 GMT | 2 |
Hi everyone. I am pretty positive I have done this before but I can't find any info about in anywhere and I can't remember. I have a report that I want to print out in columns. My report is only 4.75" wide so there is plenty of room to double up when in Landscape format for ...
|
| Summing AND Counting over group? | 16 Dec 2004 18:10 GMT | 5 |
I have: - ProdTable with Order Number (Order Number is unique) - ItemTable with item ID per order (there can be many items per order, or just one - Item ID is unique). This table has Fabricator also, for the
|
| need a great report template | 16 Dec 2004 18:09 GMT | 5 |
i have to write a big report and i need a great template that will make it look good. i am tired of the old ones that are offered with word do you know of any other ones where i would not have to pay for them.
|
| iif statements...the drama!!!! | 16 Dec 2004 17:49 GMT | 3 |
I am setting this up in a report. =IIf([Prod Cat]="PE",Sum([SumOfAssets Under MGMT])-[SumOfAssets Under MGMT],0) I have two problems occuring: 1. the calculations will subtract the "PE" Prod Cat amount but how do I make
|