| Thread | Last Post | Replies |
|
| option Box Select visible data | 07 Jul 2005 22:39 GMT | 3 |
I have a form the an option box that I want to select what data displays subject to the option box selected. This is the code I am trying but it does not work and fails, I am targeting correctly ? or is my problem something else?
|
| Newbie, print date with parameter critiriea | 07 Jul 2005 22:07 GMT | 3 |
I use the following query for the reports record selection, using the parameters Between [Fecha Inicial:] and [FechaFinal:] to filter records: SELECT FacturaDetalle.FacturaID, Factura.NumFactura, Factura.FechFactura, Factura.Nombre, Factura.Retencion, FacturaDetalle.Importe
|
| VBA strCriteria | 07 Jul 2005 22:04 GMT | 2 |
Hi; Instead of creating 2 seperate querries w/2 seperate criteria; want to use strCriteria in the OnClick event to filter the reports. One strCriteria is "UnitsOnOrder>0" and the other is "UnitsInStock>0"
|
| Bold characters in Expression | 07 Jul 2005 21:51 GMT | 1 |
I am using a single Textbox to display a paragraph of text. I know that I could select "Bold" in the "Font Weight" property of the Textbox to display the entire paragraph in bold. But is it possible to display only certain text of the paragraph in bold and the rest of the text in ...
|
| Printing incremental numbers on tickets | 07 Jul 2005 21:19 GMT | 4 |
Using Access 2002, I print tickets for a query. There are three tickets in a sheet. A record may have one or more ticket sheets printed. I would like to print number on each of the tickets on the sheet. The beginning number for a record's tickets is stored as a field in the ...
|
| MDE File | 07 Jul 2005 21:07 GMT | 1 |
I'm trying to create an MDE file for an Access DB but, when I go to Database Utilities the option is greyed out/inactive. Thanks for any help!!
|
| Standard Letter / Report | 07 Jul 2005 20:58 GMT | 7 |
I have a standard disclaimer form letter that I ned to print out for each record. Not sure how to do this. Suggestions. Ty
|
| Portrait / Lanscape Report | 07 Jul 2005 20:40 GMT | 2 |
I am trying to duplicate a T3 Tax Form by using Access 2000 in Report Design. The front of the page is printed in portrait mode, however the back of the page is printed in landscape mode. The size of the page is 8.5" by 14". I have done the portrait section of the report on the ...
|
| Big problem printing reports | 07 Jul 2005 18:38 GMT | 6 |
Help: I've got a mulit user database that is going way too slow printing reports. Any suggestions on what could be causing this and what I can do to speed it up.
|
| Printing more than one copy | 07 Jul 2005 17:05 GMT | 2 |
I have 6 Access reports that are printed out on a daily basis. The user needs mutiple copies of each of them. The names of the reports are listed on a form in check boxes so the user can check which ones they want to print. I would like to put a text box next to each report so ...
|
| invisible labels when there's no data | 07 Jul 2005 16:20 GMT | 9 |
I'm trying to hide a lable if there is no data in the text box. i have tried this with the text box set to "can shrink". i know very little about code but this is what i wrote. [rec washerr 2] is the text box and [rec 2 washer] is the label. is this possible? i'm sure it ...
|
| Pick a date range to report on | 07 Jul 2005 16:10 GMT | 3 |
I have a database for asset tracking. I want to have a report where I can go in and select a lease ending date from a combo box that is being populated by the dates already existing in the table. I have a query created that will give me the names, dates serial numbers that I am ...
|
| Printer quit printing check boxes in my MS Access Report | 07 Jul 2005 15:10 GMT | 2 |
I have several reports in MS Access I use daily and print out monthly. For some reason when I printed the report this week, the check boxes didn't print. The text was fine. It was just blank where the boxes should have been. I even went into another access file and it still ...
|
| Access 2000 (ADP) quits unexpectedly when exporting reports to RTF | 07 Jul 2005 13:49 GMT | 2 |
We use a Access 2000 ADP front end and a SQL Server 2000 back end. The data source for our reports are through strored procedures with subreports that use views as the data source. When our users try to export certain reports in .rtf format, as soon as they choose .rtf and ...
|
| simple chart not working | 07 Jul 2005 13:30 GMT | 5 |
I am creating a report to display data consisting of several parameters collected monthly from 15 sites. I have the report set up to group by site, showing each month's data as a row, with a page break after each group. I would like to add a simple line chart to the group ...
|