| Thread | Last Post | Replies |
|
| Problem with a watermark section | 03 Jan 2005 20:34 GMT | 9 |
I want to add a watermark to my report, so I created a report section by defining a new Group with the expression '=1' and Group Header = Yes. I put my watermark fields in the section header, and I put the line Me.MoveLayout = False
|
| Help with send a report to word | 03 Jan 2005 20:18 GMT | 2 |
What is the code to Publish a report in Word. Now I know I can do it from the menu but need to add a button to a form to do it. The code I've tried is show below but goes into a loop that you have to Ctrl-Alt-Del to end DoCmd.OutputTo acReport, "rptVacantList", _
|
| Printing Report Problem | 03 Jan 2005 19:39 GMT | 1 |
I have an Access Database on a network at work and when I open one of my reports it always prints on "one" specific printer, not the default printer of that computer. All other reports will print on the default printer but one of my reports always prints on a specific printer ...
|
| Losing Setup | 03 Jan 2005 17:11 GMT | 3 |
In my reports I lose my page layout and margins. I reset them and save the table but next time I open it the page layout and margins have reverted to default. Why??? Thanks!
|
| calculated info from a form to a report | 03 Jan 2005 17:05 GMT | 1 |
How do I get calculated information that I have in a form, that's not in my queries or tabels into a report
|
| Calculated Fields in Reports | 03 Jan 2005 14:55 GMT | 2 |
I have a table that contains client information, including a "date of birth" field. I have a report already designed and I want to add a section in the report footer that breaks down the number of clients by
|
| Parameter report | 03 Jan 2005 14:32 GMT | 1 |
How do I make a parameter driven report a drop down for the parameter?
|
| Alter Query. | 03 Jan 2005 04:34 GMT | 2 |
Dear All Guru, I have an old report. I would like to change its query. How can I alter the query for that particular report. Thankx for the help in advacne. Tausif
|
| Stopping a report not filling a page, split records across pages | 02 Jan 2005 22:12 GMT | 1 |
Hey Peeps, I am creating a directory and have now set up the report fields and sub reports :-) with help from peeps in these forums, thanks. I now need to create the report and stop access from putting a new record on
|
| Filtering Reports | 02 Jan 2005 19:33 GMT | 8 |
I have a report that uses a form to filter what is shown. The form has 3 check boxs: 1 for customers that want to be called, 1 for the customers that do not have to sign, and one to show customers that have been archived. All three options come from the customer table and are ...
|
| Incorrect syntax in recordsource | 02 Jan 2005 19:32 GMT | 3 |
I'm setting the recordsource of a subreport as strQuery = "EXEC Ord_NoCardine" Me.RecordSource = strQuery If I run the subreport by itself all is fine, but when the main report calls
|
| The wizard is unable to create your report | 02 Jan 2005 18:34 GMT | 1 |
I having been plagued with an issue in Access 2003. When trying to create a report in design view nothing happens. I just keep clickin and nothing happens. I can start a report in the wizard, but when I click finish I receive a message that says, the wizard is unable to create ...
|
| Selecting a report's sort order & sort fields at runtime | 02 Jan 2005 06:55 GMT | 5 |
Hi Experts, I would like to have opinions, advices or pointers on how to achieve the subject matter. App is in A2K, the report has quite a few columns. There are several fields that are/will be used for the sort order such as comp_name,
|
| Stupid Newbie Report Problem | 01 Jan 2005 22:13 GMT | 5 |
My main table has combo box links to other "sub-tables" in order to limit input choices yet allow flexibility by changing only the linked sub-table. If I run a Query or a plain Report on the main table, all the linked data appears. But if I create a Report that is Grouped on ...
|
| Setting up custom page size / labels | 01 Jan 2005 07:49 GMT | 2 |
Im trying to finish off an application i have written in access, but am having problems with the printing. I need to be able to setup the size of the labels in the printer. The main one im using at the moment is an Epson LX-300+ on windows xp. The drivers dont have support for ...
|