| Thread | Last Post | Replies |
|
| Grey Band Across Report Header | 15 Dec 2004 16:25 GMT | 1 |
I am transferring a report/database from a difficult-to-manage Excel file to what will be a snap in Access, since the report formatter does all the work! The report compares our firm's construction estimates (where we operate as a consultant to the architect) to actual bid ...
|
| If Statement | 15 Dec 2004 15:23 GMT | 4 |
I have a Checkbox field [Membership 04-05] which returns a 0 or a 1 depending on whether it is checked. I am trying to print a label in which I would like a YES or NO to appear instead of the 0 or 1. I have tried the following:
|
| Comb box fields do not print | 15 Dec 2004 15:09 GMT | 2 |
My combo box fields that I choose on a form do not print on the report.
|
| incorrect sums in report using 2 tables rethread | 15 Dec 2004 14:29 GMT | 4 |
still getting oddball numbers in report. will add to website given earlier hopefully latter today. the website is http://mysite.verizon.net/jkendrick75 thanks for everything so far, i'm sure we'll get it soon.
|
| Detail.HasContinued problem | 15 Dec 2004 13:19 GMT | 8 |
I have some labels I need to show - or not show - in the page header based on whether or not the detail section is printing on that page. I am using the "HasContinued" property but it is not working at all. It constantly returns false no matter what - if the details carry over to ...
|
| Labels | 15 Dec 2004 08:13 GMT | 2 |
A little help needed if poss. I have setup my lables but when displayed to screen or printed there are no spaces between title, forename or surname. I have tried just putting spaces in but this has not worked, any ideas anyone?
|
| Insert a WORD Document as a report's backbone | 15 Dec 2004 07:59 GMT | 1 |
Can i import a simple WORD document in a report and keep the formating my employer used in his previous printed reports? That would save me lots of boring work to do! Thanx!
|
| OOPs - made a mistake | 15 Dec 2004 07:16 GMT | 1 |
The code in that last post was incorrect - what I am using is: If Me.txtDtlCount >=1 And (Me.txtDtlCount < Me.txtGrpCount) Then TK
|
| sort and group problem in a report | 15 Dec 2004 06:07 GMT | 1 |
I have 3 tables for a food bank: Client (details for household); Client history (dates, food parcel details, etc); Person (details for each individual in the household). I have a Client history report that displays the way I want: Client contact
|
| number to letter | 15 Dec 2004 03:58 GMT | 1 |
tI have form that calculates currency, how can I print a reports that the converts the values to be printed in letter formar?
|
| Multiple queries on one Report or Form in Access | 15 Dec 2004 03:26 GMT | 2 |
I have an access database which is creating Proposals I can send to clients for my services. In order to generate the Proposal Report, it is necessary to run three separate queries: One for the Services, one for the Fees, and one for the Exclusions.
|
| Paper Size Issue | 15 Dec 2004 00:19 GMT | 2 |
I have a report that I have set up to print on an 8 1/2 x 11 sheet of paper, but when I go to print it the following comes up. "Microsoft Access can't print or preview the page because the page size you selected is larger than 22.75 inches."
|
| How do I suppress blank Lines in an address in an Access report? | 14 Dec 2004 23:52 GMT | 1 |
I am creating an address book in access, and I want access to automatically get rid of any blank lines in the address. It does it fine in the label wizard but I can't seem to find how to do it myself.
|
| Access report will not display all dates in the paramater | 14 Dec 2004 23:11 GMT | 3 |
I have created a report based on a query with start and ending dates. The report will pick up all dates except for 11-22-04??? All the rest of the dates for the year work just fine. Any suggestions.
|
| Totals From Subreports into Reports | 14 Dec 2004 18:34 GMT | 3 |
I have a report with 3 sub reports. Two of the totals works the other does not work when there are no records displayed. This works: Sub Report = rpt_manager_sub
|