| Thread | Last Post | Replies |
|
| Year Return Issue | 06 Jan 2005 19:50 GMT | 3 |
Yesterday I posted a question about how to return records that had data only. What was done was that Not 0 Or Not Is Null was put in different rows of the criteria in the query. That worked very well, but it created another issue.
|
| Changing Record Source for Report | 06 Jan 2005 18:51 GMT | 3 |
I would like to know how to change the record source for a report in visual basic. I have one report that can be run using either Query C or Query F. I have the reports being run off of a form where a user enters a year and then selects either fiscal or calendar. (Note only ...
|
| Make report based on the fields from a query | 06 Jan 2005 18:36 GMT | 2 |
I have a query that has 12 fields/columns. 8 of the columns are 4 sets of two (hrs to date and hrs for this month four times each - because there are four office branches). I need to make a four page report that shows 2 out of the 8 columns, per
|
| RTF ActiveX Control | 06 Jan 2005 18:17 GMT | 4 |
Stephen Lebans & Marshall Barton & any other Guru out there...., First let me say thanks for contributing to this post. Perhaps I have bitten off more than I can chew but I believe Access can do what I need done.......I have reviewed the RTF function and it is a great feature and ...
|
| Avoid Duplicate Mailing labels | 06 Jan 2005 18:03 GMT | 2 |
I've designed a mailing label to contact parents. My database contains a main table with the information on the church members. A second table contains child information. I'd like to mail to households with children satisfying certain criteria.
|
| Help on Grouping and Sorting..... | 06 Jan 2005 17:59 GMT | 4 |
I don't know if anyone can help me, but any advice would be appreciated. I've got a report that is called Service Report, it has a subreport called ServiceSubreport. It is linked by Customer ID number, Service Address, and Type of System. I have a from that has a button for ...
|
| Formatting Unbount Textbox Date | 06 Jan 2005 17:25 GMT | 4 |
I'm using Microsoft Office Professional 2003, Access product, at its latest and greatest updates applied level. I have a legal form length Form Letter with the following information on it. Now on this day, (date), the above entitled cause comes on for hearing
|
| IIf statement help. | 06 Jan 2005 16:38 GMT | 1 |
My IIf statement works fine. However, I would like to show "No Number" if the phone field is null. --Not if the statement is false, then it should be blank-- =IIf([txtNotify]=-1,[Phone],"")
|
| Changing a 0 to No | 06 Jan 2005 16:21 GMT | 4 |
I get a report that uses 0 and 1 for No and Yes how can I make that show in the report Yes and No and not 0 and 1
|
| Detail text printing half on one page, half on next | 06 Jan 2005 16:13 GMT | 5 |
Ocassionally the text on the first page of my report is too long to fit on one page and spills to the next. This isn't a problem. However, it sometimes prints the last row of text in between pages, that is part of the line is on the bottom of the first page and part on the top ...
|
| Rectangle Box | 06 Jan 2005 16:04 GMT | 1 |
I have a report which I have successfully hide the remarks label and field if there is no remark. However, I have a rectangle box called Box 73 round the remark area and I want to also make it invisible if there is no remark. How do I do that? Thanks.
|
| HowTo save Access report as Excel 97-2002 file using VBA | 06 Jan 2005 09:19 GMT | 3 |
It seems to be impossible to save an Access report to the Excel 97-2002 format using VBA without user-interaction. I tried several Formatting-parameter-values: DoCmd.OutputTo(acReport, ..., acFormatXLS, ...)
|
| Set value in a report | 06 Jan 2005 06:11 GMT | 5 |
I have a menu with many buttons on it, each one applying a different filter to the same report. I want to make the report reflect which filter they chose to apply, activated by a macro, if possible. Example: If they choose to filter results by date, I want the subtitle on
|
| adding text to appear after data, and sorting on two fields combin | 06 Jan 2005 05:03 GMT | 2 |
I've worked with Access for a while but never used Reports (always used it as a database for a program or for a web site). I have a couple of questions. Our database is relatively simple. A list of donors for an organization. First name, last name, address, etc, plus how much ...
|
| dynamically changing a report label properties | 06 Jan 2005 04:15 GMT | 1 |
Hello, I wish to change the font property of a label to switch of the underline under certain conditions. I have the following code Public Sub HideQuoteTotals(ReportName As Variant)
|