| Thread | Last Post | Replies |
|
| Problem with a Report Index | 13 Dec 2006 05:08 GMT | 3 |
I am definitely in over my head with this, and would greatly appreciate any help. As a volunteer for our local historical society, I have created a database (Access 2000) for our cemetery, and a report of the names sorted by section,
|
| Extra page with header and footer, but blank detail section | 12 Dec 2006 20:32 GMT | 2 |
I have a report which has a subreport. It always prints an "extra" page. This "extra" page includes a header and footer, but no detail section. It shouldn't be printing at all. For example, the query upon which this report is based has 5 records. The report prints 6 pages. The ...
|
| Capitalize first letter of each word | 12 Dec 2006 17:09 GMT | 2 |
I need the "job location" field to display on a report with the first letter of each word capitalized. (Preferably not the entire word) I know there is a way to do it, just cannot find it in help. The users that are doing the data entry are not going to be that careful.
|
| Grouping using Report Wizard: Date Format | 12 Dec 2006 16:35 GMT | 1 |
What do the zeros mean??? =Format$([VisDate],"mmm yyyy",0,0)
|
| Custom Toolbars | 12 Dec 2006 12:45 GMT | 1 |
Does anyone know if there's a way to import a custom toolbar from one Access app to another. I have one toolbar that I'd like to use in several applications but I keep having to rebuild it for each app. I haven't found a way to import or copy it in.
|
| Bizarre break-up of groups in a report | 12 Dec 2006 10:40 GMT | 4 |
I have a problem with an Access report that I cannot solve. Can anyone help? I am using Access 2003, and have been using and programming Access on and off for many years. The problem is with a fairly complex report, so I have created a stripped
|
| changing source object | 12 Dec 2006 06:25 GMT | 3 |
I have created a main report with multiple possible subreports. I placed an unbound subreport in the main form with ON OPEN code: Private Sub Report_Open(Cancel As Integer) dim strSUBREP as string
|
| how to open report and print out page 2 to page3 | 12 Dec 2006 05:25 GMT | 1 |
how to open report and print out page 2 to page3 "docmd.openreport " can open report and print out all pages ,how can I only print out page 2 to page 4?
|
| calendar | 12 Dec 2006 04:56 GMT | 1 |
I have searched several topics...I found several answers to the CREATE A CALENDAR IN ACCESS. However, I feel as though they are old because the link I am trying to look up does not exist any longer....any suggestions?
|
| Search forms results not opening report in Preview | 12 Dec 2006 02:36 GMT | 1 |
Can someone tell me what's wrong with this code? I have a search form where you can either click to see results in query mode, or preview in a report... I can see the query, but I cannot get the report to work. Please help!
|
| Sending a report to pdf | 12 Dec 2006 00:38 GMT | 2 |
I guess I need to buy an external program which will allow me create pdf documents. I want to export automatically (using VBA code) Access reports to pdf. Does anybody know products which will allow me doing this? I have seen some products that support exporting to pdf, but I always ...
|
| calendar | 11 Dec 2006 21:47 GMT | 1 |
I have searched several topics...I found several answers to the CREATE A CALENDAR IN ACCESS. However, I feel as though they are old because the link I am trying to look up does not exist any longer....any suggestions?
|
| Help with formating decimals | 11 Dec 2006 20:43 GMT | 1 |
I have a report based on a query where I formated the data on the qry and on the report for one field to be (Fixed and with 1 decimal). However, what I am getting on the repport is very strange. the odd numbers are showing with on decimal but the even are not like the following ...
|
| Adding a field in a subreport | 11 Dec 2006 16:59 GMT | 1 |
I have a subreport SR1 in a report R1. The subreport SR1 is the result of a query. I modified the query and added a field in order to print its information on SR1. I do not see the field name in the field list for SR1. What do I need to do to have the field list
|
| Conditionally setting footer section height to 0 | 11 Dec 2006 16:31 GMT | 1 |
my report (in Access 2000) is based on a table supplying product class(0) / group / order ascending / keep together with first / header + footer product class(1) / group / order ascending / no keeping together / header,
|