| Thread | Last Post | Replies |
|
| Total in page footer | 29 Jan 2006 02:54 GMT | 1 |
I have a report with many clients and their expenses of the month, but some of them have 2 or 3 pages of expenses, what im trying to do is this: Page 1 Page Footer
|
| Protect Report from other users | 29 Jan 2006 00:38 GMT | 5 |
I have need to send a report via email to a recipient who in turn needs to enter information into 4 fields. Is there a way to protect the report so that ONLY those 4 fields can be changed? I tried emailing a form, and I lose the format. Should I try to email a
|
| Count Formula | 28 Jan 2006 22:46 GMT | 3 |
I have a report which contains the status of all the student activities. The information in the report comes from a table. The report is grouped by the type of student group. In the report, I have total of 5 columns for different types of activities. If a student in a
|
| convert report created in design mode to editable vba | 28 Jan 2006 22:29 GMT | 6 |
Is it possible to do this with Access 2000? I will need to add to my report at a later date, and my client will want to change the criteria. Joan
|
| Query based Report in Access using VBA | 28 Jan 2006 21:56 GMT | 3 |
From a word macro in VBA, I am trying to create a report in access DB. The report is based on a query with a parameter. I am using Set rpt = Application.CreateReport rpt.RecordSource = <<Query_Name>>
|
| Access treats a Text Field name as a parameter | 28 Jan 2006 21:47 GMT | 5 |
I have a nested report of the form:- Region Location Report
|
| VBA Syntax for ControlSource | 28 Jan 2006 21:31 GMT | 3 |
I'm trying to set the ControlSource for an unbound control on a report and I'm having trouble with the syntax. If I use Me.Budget.ControlSource = "Budget" this works, but what I actually want is to add 2 numbers together,
|
| ...Print in Red if date is not Current... | 28 Jan 2006 18:16 GMT | 3 |
....In my Membership Database, is there a way to print the date in "Red" if the date is over a certain year in my report....? ....like... ....if the date is <01/01/03...print red...?
|
| Printing in Spanish | 28 Jan 2006 10:31 GMT | 4 |
Can anyone tell me how I can insert Spanish text (with diacritical marks) in a printed document? Thanks, Gerry Goldberg
|
| How can i send an report of an active record | 28 Jan 2006 10:24 GMT | 1 |
With the acsendreport, i cannot give an filtername or parameter.
|
| Sorting | 28 Jan 2006 01:31 GMT | 3 |
I have a database full of individuals information, with the SS# as the primary key. Each individual may have several case notes, each case note is a separate record associated with a particular SS#. So there are several case notes associated with one SS#. I need to create a ...
|
| How to count the number of records in the detail section with VBA? | 27 Jan 2006 23:12 GMT | 2 |
How do I count the number of records in the detail section with VBA and refer to the number in the detail footer section using VBA?
|
| Displaying filter/condition info on report | 27 Jan 2006 22:47 GMT | 4 |
Hi Experts, I hope the subject makes sense with what I need to accomplish. I'm calling a report via an unbound form which sets the Condition(s) for the report. Partial (end part) code is:
|
| Report Sum Totals On Last Page | 27 Jan 2006 22:41 GMT | 5 |
Someone asked yesterday about sub totaling each page in a report. While that fix works to a degree for me, what I ultimately would like is just a sum on the final page of my report. I have two fields I want summed: "Qty" and "Cost." Qty is a field on the report; the "Cost" field ...
|
| Report Border - How do I draw one in VBA? | 27 Jan 2006 22:23 GMT | 8 |
I am trying to put a border around my reports; here is the code that I found in the news group help file. Me.DrawWidth = 2 Me.Line (0, 0)-(Me.ScaleWidth, Me.ScaleHeight), B
|