| Thread | Last Post | Replies |
|
| crosstab subreport | 31 Mar 2005 03:29 GMT | 7 |
Can someone explain this behaviour? I have a subreport that is based on a crosstab query. I've used code to create the subreport. Works perfectly...that is, all codes are executed in the "Report" events,
|
| Page Border | 31 Mar 2005 00:09 GMT | 2 |
I picked up on this code some time ago and wonder if anyone could explain the code? Private Sub Report_Page() Me.DrawWidth = 8 ' line thickness
|
| Row source problem | 30 Mar 2005 22:18 GMT | 4 |
I'm having problems with this report. It has a combo box that is giving me the autoId number instead of the name I want. the Row Source is set to SELECT [agent name].[agentautoID], [agent name].[name] FROM [agent] and the Bound colunm is 1
|
| Enter data into a report | 30 Mar 2005 22:03 GMT | 1 |
Can I enter date and text in date and text fields on a report? Thanks for your help Anton N.
|
| Multiple Page Form | 30 Mar 2005 21:37 GMT | 2 |
I have a multiple page form with 3 tabs at the top. My form works fine except that when the form is first opened the tabs don't appear and the form needs to be scrolled up to see them. In other words the form is centered vertically in the form window when opened. How can I fix ...
|
| Crosstab Report - Variable number of control sources | 30 Mar 2005 20:56 GMT | 2 |
I have a report based on a crosstab query. Each column is "1" through "10" calls. I made my report with fields for each one, 1 through 10. However, sometimes there are only 5 or 7 calls when I need to run the report. But it errors out and says the control source for the blank ...
|
| How do I build Expression to filter dates in a form? | 30 Mar 2005 20:08 GMT | 1 |
I have a table that lists all transactions completed by agents this year so far. How can I get ACCESS to show the results in a form that would sort the daily totals of completed transactions by agents per week? Fields are titled
|
| Sorting/Grouping | 30 Mar 2005 20:01 GMT | 3 |
I have a list in my table which, when displayed in a report I would like them in a specific order. The sort field displays two digits of data, the first character is a letter representing the month:-
|
| assigning a text box value | 30 Mar 2005 19:09 GMT | 2 |
I have an unbound text box on a report. I want it to display the previous month's name. How can I do this? Kind regards,
|
| how can i create report from 2 different database | 30 Mar 2005 18:49 GMT | 1 |
Hi, I want to make reports from 2 different database, each date will be set as 1 database. Can anyone help me for this? I will appreciate your help The reports will looks like this James 31 Jan 04 10 Feb 04 15 Feb 04
|
| Too many Subreports? | 30 Mar 2005 18:27 GMT | 4 |
I have created several reports (11 for now, soon to be 14). They are all based on their own specific query. Each report contains a total calculation textbox which totals up in dollars the data for the report. All of these reports are used as subreports on a main report. The ...
|
| 2003 Allow SourceObject Change? | 30 Mar 2005 18:17 GMT | 2 |
Does Access 2003 permit coding to change a subreport's source object during printing, according to the content of a particular field?
 Signature David Habercom
|
| charts/graphs | 30 Mar 2005 17:38 GMT | 2 |
I have a report in Access97 that includes a line graph. The data for the graph comes from a query which selects a subset of data from the original table. Randomly this graph will display lines for data that had been deleted weeks
|
| Multiple One-To-Many Relationships, Report Display | 30 Mar 2005 15:09 GMT | 3 |
I have a client tracking database that has a main table, tblClient. The table, tblClient, is the parent in several one-to-many relationships. The child tables are tblClientReports, tblClientServices, and tblClientContacts.
|
| multiple images in a report | 30 Mar 2005 14:17 GMT | 4 |
I am pulling multiple jpg images into a report using a Detail Format event procedure. This works fine but takes forever. Watching the progress window shows that it imports each picture multiple times upon opening the report as well as each time I page forward or back in the ...
|