| Thread | Last Post | Replies |
|
| Using email addresses from a table | 29 Oct 2005 19:13 GMT | 1 |
Hi again. If I have a table with person data, including email addresses, how can I generate a string af semikolon-separated email addresses that I can use in a Bcc field in an email?
|
| Print lines on details section | 29 Oct 2005 17:15 GMT | 5 |
I have a report with an header of 2 cm, with a footer of 2 cm and with a details section with a variable number of records. The details section have the properties cangrow /canshrink setted. How it's possible to write a line in the details section where no record is
|
| Column should start where other column starts | 29 Oct 2005 14:56 GMT | 1 |
I have a two column report. I would like the columns to all start at the same row. What is happening is that the second column starts where the heading is, not across from the first column row. How do I get all columns to start on the same row?
|
| Print to Preprinted Form | 29 Oct 2005 13:44 GMT | 1 |
Any suggestions about how I can print report fields onto the appropriate places on pre-printed forms? For example, could I apply a celluloid grid to the preprinted form to determine the coordinates at which I want to print the fields? Is there an
|
| Label Header Not Displaying Correctly | 29 Oct 2005 09:32 GMT | 1 |
Hi Out there, I working on a report that is supposed to display labels associated with the values of a field.The data supposed to appear as shown below there is no grouping or sorting.
|
| Label Header Not working | 29 Oct 2005 09:31 GMT | 1 |
Hi I have a report I would like to look as shown below.Please note that there is no sorting and grouping. Age<-----lblAge In header section called person 23 <---Detail Section
|
| Invoice report | 29 Oct 2005 08:12 GMT | 8 |
I have three tables from which I would like to create an invoice: orders Contains 1 line per order with header information orders_products
|
| Section width is greater than the page width...... | 29 Oct 2005 08:09 GMT | 3 |
I have struggled all evening to identify why this error occur. All fields are well within page limits, but every printed page is followed by a completely blank page (so double number of pages). Have tried to move all fields away from margin, but nothing seems to help.
|
| query headings out of order | 29 Oct 2005 05:36 GMT | 1 |
I have several queries that I'm using for a summary report on how many times each question was answered which way. I'm pulling the queries into the reports just fine. There's only one issue: it's putting the options out of order. Ex, instead of 100%, 90%, 75%, 50%, 25%, <25%. ...
|
| how do I sum computed fields in access | 29 Oct 2005 01:50 GMT | 3 |
I have a report that I've created that is based on a query. In my original database, I have the following information for my employees: Employee ID, WorkDate, StartTime, EndTime, Category In my query, I have computed the total # of hours a person works in a day
|
| Report Value based upon current field data | 29 Oct 2005 01:11 GMT | 1 |
Any assistance someone could provide would be greatly appreciated. I am designing some software to assist in management of a martial arts school. I have a table that contains student data that has a relationship to
|
| How to ensure no orphaned headers | 29 Oct 2005 00:12 GMT | 1 |
When printing a report with multiple header values, is there a way to ensure that there are no orphaned headers? By this, I mean that when printing, if atleast 1 row of the details section cannot fit on the page, the header is not printed untill the next page?
|
| Reset Page Number | 29 Oct 2005 00:09 GMT | 1 |
I have a report containing a list of transactions for a client. Then the transactions are separated by project ID. When the users open the report for a client, it would print all the projects. The report is designed to group by each project.
|
| How do I reset variables that accumulate in section footers? | 29 Oct 2005 00:01 GMT | 1 |
I have a report that I have been struggling with where I compute regular and overtime hours for my employees. I have worked out most of the kinks with the exception of getting totals at the employee level. In my report, in the Detail section I track regular and overtime hours ...
|
| Weekly Calendar Report | 28 Oct 2005 22:16 GMT | 3 |
I would like to create a Weekly Calendar (7 days) to use to keep track of when to send items out. I have set up a query: ShipCal Qry with the following fields: WeekOf: DateAdd("d",-Weekday([ShipDate]),[ShipDate])+1
|