| Thread | Last Post | Replies |
|
| Problem resizing Chart | 28 Mar 2008 19:42 GMT | 1 |
When I create a chart, no matter what I do to resize the chart, it gets cut off at a certain point. It doesnt happen with reports, only charts. It seems that there may be something with the OLE object embedder or something? I've tried uninstalling access and reinstalling but it ...
|
| dcount crosstab query | 28 Mar 2008 18:31 GMT | 2 |
Can I dcount crosstab query? If not, how can I count the record count of crosstab query? Your information is great appreciated,
|
| Report picture from Hyperlink | 28 Mar 2008 16:18 GMT | 3 |
Hi Groupies I know this has been asked before but I can never seem to find an actual answer. I have an image selected in a record via a hyperlink. The field is called
|
| No Data To Print | 28 Mar 2008 16:16 GMT | 2 |
I have a report that If there is not data to print, I would like to display a message indicating that there are no record to print. I'm able to use the nodata event to display the message but I still open the blank report in preview mode. I included a Docmd command to quit the ...
|
| crosstab query report with parameter | 28 Mar 2008 16:12 GMT | 7 |
I have a report using crosstab with parameter. The reprot works without parameter. The report does not give me fields list to choose when I use report wizard with parameter.
|
| Create a chart showing yearly values | 28 Mar 2008 16:07 GMT | 1 |
I would like to create a chart based on a query with data like: Year x1 x2 1998 71 4 1999 84 5
|
| Report Layout | 28 Mar 2008 14:27 GMT | 6 |
Does anybody know how column headings can be displayed vertical to take up less space on the page rather than horizontal. Is it possible? As I have too many columns which i need displaying on one page in my MS Access Report. Can anyone give me any suggestions?
|
| OutputTo issue | 28 Mar 2008 14:06 GMT | 2 |
I have been using doCmd.OutputTo acReport, stDocName to send a report to a file. Using Access2003 this command would give me a list of file types to select from, txt xls, rtf, html, etc. The same mdb, running in Access2007 on a different computer, is missing the xls file ...
|
| Default on a prompt | 28 Mar 2008 06:15 GMT | 13 |
I have a form that sets up filters for a report. One is a dropdown box of the different offices that information is being tracked on. What is the best way to add a choice to the drop down which says Nationwide and encompasses all the data from all the offices combined.
|
| Help with Reports | 28 Mar 2008 00:48 GMT | 9 |
I have a few ways where a product can be sold, I want to be able to create a report in a way that I can view the product and the certain way it was sold. Can this be done? Thanks in advance
|
| expression changing text color in a text box | 28 Mar 2008 00:43 GMT | 5 |
I have created a reprot for the college that lists all room assignments with data that our scheduling assistants will need. I would like to change the text color of the course title to RED if the class text is = Like "CANC*" Is this possible. (I am using 2007)
|
| #Num! division with IIf statements | 27 Mar 2008 23:36 GMT | 6 |
I divide 2 IIf statements. They work fine as long as no null is present. Here are my statements: =Sum(IIf([Findings]<>1 And [Month]=DateAdd("m",-4,Forms.ReportCriteria5.txtEndDate),[ErrorAmnt],0))/Sum(IIf([Month]=DateAdd("m",-4,Forms.ReportCriteria5.txtEndDate),[Allot],0))
|
| Sorting Text Field with dashes | 27 Mar 2008 21:50 GMT | 1 |
I have a text field that contains the following values and sort in this order 138-1 138-10 138-11
|
| Screen Report differs from Print Report | 27 Mar 2008 21:32 GMT | 1 |
I've created a form in Access 2003 that uses the Calendar Control. It grabs a date, then on a Button Click event, the following line is executed: DoCmd.OpenReport "Report X", acViewPreview
|
| Multiple tables 1 report | 27 Mar 2008 19:55 GMT | 5 |
I have a need to include 5 different tables in one report. I created a query but it would not allow multiple links in one query, so I created multiple queries useing the preveious query with the next table. It worked good till I added the last query to include the last table. ...
|