| Thread | Last Post | Replies |
|
| Calculated Field | 08 Sep 2007 08:04 GMT | 3 |
I have three tables, Entries, Jobs and Parts. These three tables are related with one-to-many relationships, from left to right. i.e. one entry - many jobs one job - many parts
|
| Get totals from sub report to main report | 08 Sep 2007 03:00 GMT | 1 |
I have a report with 2 sub reports on them, Main Report Sub Report1 contains Fee Totals (A textbox contains this information) Sub Report2 Contains Payment totals (A textbox contains this information)
|
| Setting the report query at runtime | 07 Sep 2007 21:54 GMT | 3 |
I have a rather complex crosstab query which goes down three levels. In other words, I have two base queries that are combined into an intermediate query, and then the crosstab query is based on the intermediate query. I then use this crosstab query in a report.
|
| Use expression to determine if comment should print or not | 07 Sep 2007 19:54 GMT | 4 |
I am building a report that identifies corrections needed to records. The form has 30 questions and 1= Need Correction 2= No correction. HERE is my code =IIf([Correction]="1",[Text]). With this expression when correction is needed my report prints a blank in the text field. Is ...
|
| How can I set decimal places in a calculated control on a rpt? | 07 Sep 2007 18:58 GMT | 2 |
I cannot change the format in a report to a fixed format for a calculated control on my report, and when I change the decimal place it does not change on the report. The decimal place option is required but does not work for a calculated control. The decimal place setting in ...
|
| rounding to nearest 5000 | 07 Sep 2007 18:40 GMT | 4 |
How can I round to the nearest 5000 in an Access report? I have a text box where I caclulate a number and I want to round my calculated result to the nearest 5000. I was expecting to find a function in Access similar to MROUND in Excel.
|
| Change the Primary Key Value of a Record | 07 Sep 2007 15:58 GMT | 3 |
I am wanting to change the Primary Key value for data entries after it has already been set. I have one main table (tblManpower) that has every employee in the Facility, with their clock number as the Primary Key. Linked to tblManpower are two other tables (tblDutyHistory and
|
| In Access Reports, How to draw a rounded rectangle? (as in Excel) | 07 Sep 2007 15:41 GMT | 5 |
In Access Reports, How to draw a rounded rectangle? ...as in Excel's Autoshapes
|
| Filtered Reports | 07 Sep 2007 14:17 GMT | 1 |
Is there a bit of VB Coding i can use on the onclick event of a report button that will only only show the filtered results what are shown on the form. I know i could have various query's and Buttons, But its just to long
|
| Access 2003 reports | 07 Sep 2007 13:12 GMT | 2 |
Is there a quick and easy way to copy a report from one database to another?
|
| How to move column forward? | 07 Sep 2007 10:46 GMT | 7 |
I have a multicolumn report which looks like one below. This report takes data from the table. I created this report using report wizard. Now, lets say for activity A there is no activity for customer in "column a" I would like the "column b" the aautomatically move forward.
|
| Problem with Report code | 07 Sep 2007 10:44 GMT | 7 |
Here is my code Private Sub Report_Activate() If Me![rptCReDriving Licence].Report.Recordset.RecordCount = 0 Then Me.lblnoinfo.Visible = False
|
| Format | 07 Sep 2007 10:44 GMT | 4 |
I created a report from a query of a table that uses list boxes. When the report prints all the field from the list boxes are white print on a black background. I can't find how to fix it and leaving it that way will consume a lot of ink.
|
| Event error - pls help. | 07 Sep 2007 03:24 GMT | 7 |
Dear friends, I am confronting with an error and I do not know why it appears and how I can get rid of it. The error comes when I write a code in ANY of the event methods of the
|
| How concatenate firstname and lastname in one report control? | 07 Sep 2007 02:28 GMT | 2 |
I tried =([Lastname] & ", " & [Firstname]) and it did not like it.
|