| Thread | Last Post | Replies |
|
| Print Access report along with an outside checklist | 20 Mar 2010 19:28 GMT | - |
Good afternoon Is it possible to print a report that's in Access and then right after print an Excel checklist? Background:
|
| Can I add a map to an Access report? | 20 Mar 2010 18:12 GMT | - |
I'd like to create a prospect sheet for salesmen with a business address, other info and a printed map from Yahoo, Google, or Bing so they can easily find their next location. Can I do this through an Access report using a control object or ActiveX object? If so, what is the ...
|
| How do I create a trendline in a Microsoft Access Pivot Chart? | 19 Mar 2010 06:09 GMT | - |
I have weekly revenue data in a table AND create a Pivot Chart. It shows the original data. I want to add a 6 week moving average as a separate line on the chart. In Excel I simply right click on the data series, select trend line, select
|
| reinstalling and hiding | 18 Mar 2010 20:46 GMT | - |
Gina Thanks again for all your help I am about to visit the machines with 2003 clients and do what needs to be done to protect them from the evil SP3
|
| Line Break in text field in a form | 18 Mar 2010 18:43 GMT | - |
.EmpName = strNameI am populating an unbound text field in a form thru VBA. Code is : While Not rs1.EOF strName = strName & rs1!Name & Chr(13) & Chr(10)
|
| Treeview format for a report | 18 Mar 2010 16:03 GMT | - |
I want to create a multi-tiered report that's formatted like a treeview. I have items that belong to classes, and the classes can belong to other classes. I need the report to list the class and any subclasses and items that are a part of that class, i.e.:
|
| Print to PDF with Diacritics snafu | 17 Mar 2010 18:52 GMT | - |
I have a 1600+ page Access report that I want to print to a series of small pdf files (like pages 1 - 300, 301 - 600, etc). Some of my records have diacritics. I am using the Arial MS Unicode font. When Acrobat encounters the diacritic quite often the lines in the pdf file
|
| Magnify glass on report preview | 16 Mar 2010 22:58 GMT | - |
I have a multi page report that I veiw using acPreview. When the report comes up my cursor is a magnify glass instead of the arrow. If I click on the next page arrow the cursor then changes to the arrow. Why? Thanks,
|
| Thermal printer cuts twice on Access report | 16 Mar 2010 21:30 GMT | - |
I have an Access report that supplies data to a thermal receipt printer. I noticed the previous developer placed a label at the bottom of the report with the letter "P" in it. Next to this label, he placed another label pointing to the first label saying "Used to cut the receipt ...
|
| Subform as datasheet question | 16 Mar 2010 19:52 GMT | - |
Access 2007 mdb file Using DAO in VBA module of a form to query data from SQL Server and make a local table. I would like to display the data on a subform presented in datasheet view.
|
| Open 5 combined Reports | 16 Mar 2010 18:21 GMT | - |
I create an form in Access which requires an employee ID # to open the Form and enter data on the employee, the data then appears on a 5 page report. Problem is I have to enter the employee ID # all 5 time sto open the reports. ANY WAY TO SET THE REPORTS UP SO I ONLY HAVRE TO ENTER ...
|
| Ole Object visible if... | 16 Mar 2010 16:53 GMT | - |
Is it possible to insert an invisible ole object under an ole object an make it visible only if the main ole object has nothing to show. For example, I have a chart on my report and sometimes that chart has nothing to show. I would like to insert a picture instead whenever this ...
|
| Multi-Column Report | 12 Mar 2010 00:50 GMT | - |
I have a 3-column report. The SID header (GroupHeader0) has Format properties as follows: Force New Page...None New Row Or Col...Before Section
|
| Group Header | 08 Mar 2010 17:33 GMT | - |
I have a text box named "txtCount" and the control source it is counting tranches for each customer. I want this report to look at the highest number of tranches for each customer. So ABC company has the highest number of tranches I want that many rows for each customer. Can ...
|
| Merging results from multi-selection fields | 06 Mar 2010 22:52 GMT | - |
I've created a database with several fields containing multiple selections. I'm hoping to display the results in 1 grouped field. Is this even possible? I am an Access novice.
|