| Thread | Last Post | Replies |
|
| Printing Membership Card | 19 Dec 2004 20:00 GMT | 1 |
I have a membership database with over 1700 records held in it, I want to print a membership card for each member each year here is my problem: I want to print a selection of records i.e. abc, def etc. I want to mark records that have had the card printed for this year.
|
| pages with letters | 19 Dec 2004 19:53 GMT | 4 |
I want print pages of a report as follows 1, 1A, 1B, 1C Right now I have a unbound text box (named text10) in the page footer next to "Page 1" and have written a OnFormat event procedure as follows: If Page = 1 Then
|
| keeping subreoprts together | 19 Dec 2004 18:13 GMT | 3 |
I have a student grading program which produces a report for each student by student id number. The 'main' report starts with an English grade, since all students must take English.
|
| Printing report deosn't print Images | 19 Dec 2004 04:21 GMT | 7 |
(First of all, sorry for the double post. I posted this in error under FormsCoding) I have a report that has a couple of image controls on it. When I preview it, it looks fine. When I print to one printer, it prints fine, but when I print
|
| Turn Off PageHeader when ReportFooter is displayed | 19 Dec 2004 03:42 GMT | 2 |
On the last page of the report, when the ReportFooter is displayed, which is set to start a new page, I would like for the PageHeader to not show. How may I do this?
|
| How cancel a report when error? | 18 Dec 2004 21:49 GMT | 2 |
I have a main form for Orders, and a sub form for OrderSpecification. In the main form there is a button to preview the complete order. When there are records in the subform and the user clicks the button, the report shows up as intended. But if he clicks it and there are no records ...
|
| control source criteria | 18 Dec 2004 21:24 GMT | 1 |
I have a database which I am using to summarize the results of an employee survey. I have several tables for entering employee names, survey questions and the results. I have a query that summarized the results by question and answer (i.e. agree, disagree etc.). Next, I need a ...
|
| How do i creating a report from multipe queries (more than 5 quer. | 18 Dec 2004 21:23 GMT | 2 |
I am trying to created a report from many queries in my data base?
|
| Graphics in reports | 18 Dec 2004 19:30 GMT | 1 |
Hi, I just added 4 reports to my db. Each report is about two pages and pulls data from memo fields in a table. The four report also have a total of 14 graphics (jpg average 50k each). My db went from 7mb to 16mb. What is
|
| The report settings are not saving anymore - Access2000? | 18 Dec 2004 19:25 GMT | 1 |
I have an database that the margins on the reports have stopped 'sticking' when the computer is shut down. The database has been in use for over a year and just a few months ago started losing the settings. Please, help!
|
| Barcode Fonts | 18 Dec 2004 11:35 GMT | 1 |
I am trying to have a barcode print on a report. The font I am using is not 39, but it is a font that came with the thermal printer software. How do I install a font into a database so that is will show the barcode on other computers that do not have the font?
|
| Using wildcard in VBA | 18 Dec 2004 05:46 GMT | 3 |
I have a report with a text box that lists errors. The last word ends in either CRITICAL or MAJOR. I want to highlight the error in red if it is a CRITICAL error. I tried to use a wild card IE IF [TPC error]= Like "*CRITICAL" then [TPC_box] visiable = true
|
| Change Textbox Text in PageHeader Depending on Section being Processed | 18 Dec 2004 05:09 GMT | 3 |
I am at my wit's end. It wasn't a long trip, but I'm definitely there. I have been trying to develop a report that has a textbox that shows a different message depending on what section of the report is being processed (e.g.-for groupfooter1, which contains a subreport, it should
|
| Primary key displaying instead of field value? | 18 Dec 2004 03:38 GMT | 1 |
I have a rpt based on a query that lists employee type, then name, address, etc. All this data is coming from a query that runs successfully. Under Employee type though, it lists the autonumber value, instead of the other column. I
|
| Page Numbering in Microsoft Access | 18 Dec 2004 03:31 GMT | 1 |
How do I set page numbering to begin with a number other than 1? For instance, I have several separate reports in a database that I would like to print as one report and number consecutively so the first report would be page 1-10, second report 11-20, etc. I cannot find an ...
|