| Thread | Last Post | Replies |
|
| duplicating data | 29 Jul 2005 21:52 GMT | 3 |
I'd like to run a report that might have duplicate data in different parts of the report. I'd like the format to simply be: Category 1 (Bold header)
|
| Sum cost if yes/no = yes | 29 Jul 2005 20:09 GMT | 1 |
I have a report grouped by "Date by Month", then by "Franchise", and sorted by store number. Each Franchise has a number of stores that apply for credit for damaged product. Its my job to sort requests and figure out who gets credit or not. So each record shows STORE, then COST, and ...
|
| Report that shows record twice | 29 Jul 2005 18:33 GMT | 1 |
I have a report that shows the questions an employee answered. However, it shows the same response twice for each record. This happened when I tried do use one query to do the work.
|
| Sorting and Grouping Expression | 29 Jul 2005 18:11 GMT | 1 |
I was hoping to use an expression in the Sorting and Grouping form for a Report. I want the User to choose what field to sort the report on in a form. The expression I've used is: =Forms!frmProofRptSortOrder!Combo16
|
| Referencing global constants from reports | 29 Jul 2005 17:33 GMT | 5 |
I must be missing something really basic. I want to set certain global constants for use across the board in forms and reports. I defined them in as public constants in a module. The debugging window shows that things are set right, but I can't seem to get them referenced in ...
|
| How do I setup the same report for a multiple subgroup? | 29 Jul 2005 17:28 GMT | 2 |
I have one report that I want to have it run multiple time for different "people" but do not want to create 50 of the same report.
|
| =Trim for a text field *help* | 29 Jul 2005 15:46 GMT | 3 |
This is grabbing information from a multiselect text box. =Trim(Mid([Filter],30)) This works great, but when the result is displayed on the report, the text is trailing two end paranthesis ))
|
| Insert graphic in report | 29 Jul 2005 14:18 GMT | 5 |
I have a form (frmMain, based on tblMain) that includes a combo box (cboUserName) from which the user selects his or her name. cboUserName is bound to [UserName], a text field in tblMain. Its row source is a query (qryUserName) based on a table (tblUserName) that includes the ...
|
| group without sort | 29 Jul 2005 13:40 GMT | 4 |
Is it possible to group without sorting in a report in access 2000? It is a database for the publicworks of a city I have a main report with the date and the weather conditions (Date is the primary key),
|
| Report | 29 Jul 2005 13:36 GMT | 1 |
i want to create a new report programmatically based on a table that wil be created programmatically. i want some help in writing the code.the design and the layout of the report should be done programmatically
|
| Fields containing null values... | 29 Jul 2005 09:07 GMT | 2 |
How do I omit fields containing null values from a report? I believe there should be an expression but can't seem to find it. I'm trying to run a report that lists several addresses. The street addresses consist of 2 fields (Address 01 and Address 02). Where Address 02 does ...
|
| How do I format the rtf in Access to avoid partial deletions? | 29 Jul 2005 09:01 GMT | 1 |
I have a report formated that works very well until it needs to go to a 3rd page. When I had more than a certain number of items from a drop-down in the form, the rtf version cuts out most of the 2 fields that are memo formats. Any help is most appreciated.
|
| Why wont this statement work | 29 Jul 2005 08:58 GMT | 3 |
Hello, building reports in access for the first time. I'm putting expressions into Text Boxes but get odd results. I have a field in a table for a name of a person, its called "NAME". when I put
|
| Silly report question | 29 Jul 2005 05:21 GMT | 4 |
Simple question in making a report. I have 4 fields address, city, state, zip. In my report I have a text box. I would like to combine the fields into the correct format: Yadi Street, fountain valley, ca 92708
|
| Reports/Design Not working | 29 Jul 2005 04:56 GMT | 3 |
I have a database FE/BE designed by someone else in Access 2000 and have just installed Office 2003 for one of the users. The database seems to work fine. I can go to design mode for tables, Forms and Queries but when I try to design(edit) an existing Report, access does not ...
|