| Thread | Last Post | Replies |
|
| Printing Pivot Table Queries | 27 Oct 2005 11:14 GMT | 4 |
I have a Pivot Table query that I would like to print directly (ie no preview) from a command button on a modal, pop-up form. I am having 2 problems: 1) I can't find a command to print a query directly - Currently I am turning
|
| when a report has run out of data | 27 Oct 2005 08:46 GMT | 12 |
When a report runs out of data to display it fills the page with blank lines, is there any way to change this? Andy
|
| Cleaning html-code | 27 Oct 2005 06:48 GMT | 2 |
I have a database (oscommerce) where html-code is being stored in some of the database fields. When printing for instance an invoice using MS-Access, as an alternative to the build in invoice report, I get this html-code included in the report output. Therefore I would like to ...
|
| Problem formatting a weekly schedule report | 27 Oct 2005 05:26 GMT | 1 |
I am trying to build a report to show an employee schedule by week. Any help on this would be greatly appreciated, as I am not sure how to get the data to format correctly. Here is the way my data is stored in the table:
|
| Why does Northwind reports cause access to hang? | 27 Oct 2005 05:18 GMT | 2 |
Trying to view Northwind Reports causes access 2003 to hang.
|
| Access 2003 printing problem | 27 Oct 2005 01:56 GMT | 6 |
I have a report with the following code Private Sub GroupHeader0_Format(Cancel As Integer, FormatCount As Integer) If Me.NumberOrders > 1 Then Me.GroupFooter1.Visible = True 'want total
|
| A simpler way to generate a report | 27 Oct 2005 00:51 GMT | 6 |
I am developing a research 'form tracking' database. What the end user wants to track is 3 things for EACH form: 1) Whether or not the research form has been received (Yes or No) 2) Whether data entry person #1 has entered it into the proper database
|
| printing a form to report | 27 Oct 2005 00:12 GMT | 1 |
I have all my forms and reprots complete and am now adding commands. The command that i am having trouble with is the print. I want the form that i am working on to print onto the report that i created for it. IE: in the Northwind database the order is filled in and when print ...
|
| How do I print a report off a command button, current record only | 26 Oct 2005 23:40 GMT | 9 |
I want to print a report from a form. I only want to print the current record. I can get the button to print all the records, but I only want it to print the current record.
|
| What is the Mid$ function? | 26 Oct 2005 22:33 GMT | 3 |
I've seen it in a couple of reports, the most recent being a cross-tab. There is nothing on it in the Access 2003 help or in the Knowledge Base. Thanks.
|
| Report ignoring format of text boxes & query fields | 26 Oct 2005 22:13 GMT | 5 |
Why do some text boxes on my report ignore number formatting? In these cases, the normal format options are not available, and even manual entry of formats is ignored. It appears that it has something to do with the underlying queries, because the same thing is true of several of ...
|
| Creating Mailing Labels | 26 Oct 2005 21:48 GMT | 1 |
Hi there... I am new to Access and am in the process of using this program to manage our mailing list. I have been successful in creating a Mailing list table, but when I use the
|
| Cancel Print if Subreport not visible | 26 Oct 2005 21:32 GMT | 1 |
I have a subreport that is set to be invisible if it does not contain any data. This had to be done because of another report that the sub is used on. Anyway, how do I tell a main report to show a message box and cancel printing if this particular subreport is not visible.
|
| calculated control in access report | 26 Oct 2005 20:58 GMT | 5 |
I need to sum a column based on criteria in another column. Can you help me
|
| Setting up a calendar | 26 Oct 2005 20:53 GMT | 3 |
I have a shipping calendar report. For most orders the ship date is determined from a form field for ship date. However, there are special orders that are sent monthly, quarterly, or every other month. On my form checkboxes are used to indicate months desired. My problem is I
|