| Thread | Last Post | Replies |
|
| Report pulls from multiple sources | 10 May 2005 20:24 GMT | 1 |
Is it possible to have a report pull from multiple sources without being bound. I guess the correct way to pose the question would be can I have bound text boxes in an unbound report. Can I do this without having subreports.
|
| duplicate pages | 10 May 2005 19:52 GMT | 1 |
I have a report from a query that has two tables with a one to many relationship because one field has many records relating to the other table. When I make a report from this query I get a page for every record in my second table. How can I limit the report to only show the ...
|
| shrinking doesn't give more space | 10 May 2005 19:52 GMT | 4 |
Via an IIF statement only a textfield is printed when the related field has data in it. The "can shrink" property is set to yes... This all works just fine but I don't gain the space in my report when the
|
| Security Issues When Using Code in Access Reports | 10 May 2005 19:05 GMT | 4 |
I believe I've read that when automating Access reports from VB it is recommended that developers put as much of the code as possible in Access for performance reasons. Assuming this is true, are there any issues when distributing the VB app to end users that we should be concerned ...
|
| Reports on the intranet | 10 May 2005 18:52 GMT | 1 |
I wonder if there is any possibility to generate reports in form such a pivot tables and make them available on the web, would be great if users would be able to work on it as on pivot table in excel, is it possible ? What would I need ?
|
| Printing on 3x5 Rolodex Card Stock | 10 May 2005 17:18 GMT | 2 |
I have a report based on a query ( 2 tables: one is tblEmployee the other is tblCars) The query lists an employee with 1 to 6 cars (1 to Many relationship). I have precut 3x5 card stock from Rolodex and have setup the report page
|
| DLookup question | 10 May 2005 17:13 GMT | 2 |
For years using Access 97 a DLookup control source for a report has worked perfectly. However, in Access 2003/2000, it fails, returning a blank or #Error. It is: =DLookUp("[Company Name]","[tblShippers]","[Shipper ID]=[Ship
|
| Can I export a Access 2002 report directly to a word format? | 10 May 2005 16:48 GMT | 2 |
Can I export a Access 2002 report directly to a word format?
|
| Can a user enter a value for a txt box on a rep as it opens | 10 May 2005 16:09 GMT | 4 |
I am creating a report on which I want the user to be able to enter any date that he sees fit as the report opens. Is there a way for me to set the proper properties so I can have this happen?
|
| Vertical Text and the HP Color LaserJet 46xx printer | 10 May 2005 15:17 GMT | 2 |
I have some reports that are set up vertically and for years I have been printing them successfully on a number of HP Color LaserJet 4500 printers. The 4500 are being replaced by 46xx [we got a 4600 a year or so ago and a 4650 today.] The 4600's don't rotate the font 90 degrees ...
|
| How can I conditionaly suppress my report header? | 10 May 2005 14:50 GMT | 2 |
If the record count for my report is a certain value, I want to supress the report header and display only the detail section. What object and property do I need to set to supress the report header?
|
| Selection of a Printer | 10 May 2005 13:06 GMT | 3 |
On 19-12-2004 in an aswer to my same topic Mr. Ken Snell - MVP wrote the following code for selecting a printer : Set Application.Printer = Application.Printers("DeviceName") Based on that I made a command Button and wrote the following code to select
|
| How to handle This really Tough Question!!!!!!!!!!!!!! | 10 May 2005 13:03 GMT | 5 |
==>Left([Measurements],InStr([Measurements],"X")-2) & "mm X " & Mid ([Measurements],InStr([Measurements],"X")+2) & "mm") The above expression is used to add "mm" when user type a measurement from a form and is preview in report
|
| hide adn move adresses | 10 May 2005 12:43 GMT | 3 |
i have a report based on addresses of the people so it shows: Name Address Zip Code code + city
|
| Adding fields to report: Can't save in open shared mode | 10 May 2005 12:28 GMT | 2 |
Using Access 2002, my database is for single users, on their desktop and is split (FE/BE). I allow users to add fields to tblCustom via a form and VBA. It works great. I use a query to combine the data from tblCustom to related data in other tables. To display the query in a
|