| Thread | Last Post | Replies |
|
| bitmaps in reports | 06 Sep 2004 02:32 GMT | 3 |
I'm using Access 2003 in an Access 2000 format. I have a report that contains text and a few bitmaps and .jpg files. When I try to save the report as a Word doc, all of the images are missing. I'm really trying to
|
| Getting #Error on sum function in report | 05 Sep 2004 22:14 GMT | 1 |
Sir, I designed a customer account satement report. In this report for some customers there is no data for calcualtion in certain period. So I am getting #Error as the value in
|
| Zero Records Returned | 05 Sep 2004 17:17 GMT | 1 |
I'm trying to find a way to way to have Reports Display a 0 if no records are returned from my query. I've tried both Select and Crosstab queries. My current queries return a blank and I need to replace it with a 0. I've tried Count, DCount, Nz and I don't remember what else. ...
|
| How do I get Access to group using Sunday as the end of the week? | 05 Sep 2004 06:12 GMT | 1 |
I want to group data into weeks on a report, using Sunday as the end of the week. Access is using Saturday, when I group by "week" as the grouping level. Does anybody know how to change this?
|
| dcount | 05 Sep 2004 03:49 GMT | 3 |
I'm creating a report where my control source is a query and, the field that I want to do a dcount is a textbox which is calling a function. I have receive result when I use table as a domain, but can I use queries as domain. I'm using Access 2000
|
| Totals for two fields | 04 Sep 2004 20:51 GMT | 6 |
In my database i have two fields, one called CorrectionsRB and another Corrections WO.These two fields contain a three letter id to identify on my forms entry screen as either a rebill or write off.A correction amount is entered on the forms and one of these fields is selected ...
|
| prevent page header info from appearing on page 2 | 04 Sep 2004 20:07 GMT | 1 |
I have a report that need the summary displayed at a different margin on the second page of the report. I have tried to increase the page header size but this increases the space between the report header and the detail section on the first page.
|
| msacc.olb / Access 2000 v9 (in)compatability | 04 Sep 2004 19:51 GMT | 5 |
I'm maintaining a system with a VB6 (SP6) front end and an Access 2000 v9 database running under XP, using ado for standard database calls. This has worked fine for a few years now.
|
| How to Draw a line at Middle of the page : | 04 Sep 2004 16:19 GMT | 3 |
I want to draw a line at about 3 inch after the details section starts, its about middle of the page, therefore, I wrote the code below at Details section format property : Me.Line (0,0)-(9240,0)
|
| How to draw a line conditionally | 04 Sep 2004 13:13 GMT | 3 |
I want a line just after the 15th Record. I know the code to draw the line, Me.Line (0,0)-(9240,0) But I dont know how to make conditional, so that it will
|
| e-mailing sections of report | 03 Sep 2004 23:46 GMT | 1 |
I use access 2000 with xp and would like to know how to e- mail a report section, ie., one page of a 10 page report.Currently, if I e-mail the report all 10 pages are included. Any suggestions would be appreciated.
|
| Newbie question | 03 Sep 2004 23:09 GMT | 1 |
I am trying to cancel the report printing if there is no data to print. I tried cancel= true in the onnodata event but I have an error " macro cancel does not exists"
|
| Dynamic Reports | 03 Sep 2004 22:07 GMT | 7 |
I'm trying to create a report with various fields (around 6 each month). The problem is that these 6 fields could be anything. I have a query which pulls the data fine, but when I try to dynamically set the control source of a
|
| Sorting by Subreport | 03 Sep 2004 21:43 GMT | 1 |
I have a report with a subreport. I would like to sort my parent report by some of the data in the subreport. I have minimal vb knowledge, so any help would be appreciated. What I'd like it to do is sort ascending by
|
| publishing reports on the web | 03 Sep 2004 21:14 GMT | 1 |
I have created a couple reports run via command buttons on a form. Can I use the form on the web to run the reports? If not, how do I go about it? Thanks
|