| Thread | Last Post | Replies |
|
| Run reports w/ parameter from program | 12 Feb 2008 10:29 GMT | 3 |
I have about 20 different reports that have to be ran each day. The reports require one input parameter from the use, Enter_Date. The Enter_Date parameter is the same for all 20 reports. Can I automate this process allowing the user to enter the Enter_Date once,
|
| Vertical Line Issues | 12 Feb 2008 07:01 GMT | 2 |
I'm using Access 2003. I have to draw vertical lines to separate fields in a report. I'm using the following code in the detail print event: Me.Line (10.875 * 1440, 0)-Step(0, 20 * 1440) The "10.875" represents how far the line begins from the left side of the
|
| Please help me | 12 Feb 2008 07:01 GMT | 6 |
How to create msaccess report of purchase order? Shall I do this form in form and subform system? I think then only I will get the report's purchase item under form. Please tell me.
|
| Concatenation format breaks | 11 Feb 2008 22:22 GMT | 3 |
Given these text field inputs: =[text68] & " MOM " & [ba] & " Bath(s)" Is there a way to have a new sentence start on a new line between text68 and Mom; and then have a new line to begin the ...[ba]& "Bath(s)" ...sections?
|
| subtotals/totals from SQL statement | 11 Feb 2008 22:06 GMT | 4 |
Access 03/WinXP I am using a function to generate an SQL statement based on several user-defined filters from a form. This SQL statement is used as the record source in the OnOpen statement of the report property. I have no problems
|
| Dynamic Font Specification | 11 Feb 2008 20:19 GMT | 1 |
Where, under which event, may I dynamically change the font specified for a report element? In production, my application needs to print bar codes using the 3 or 9 code. Under development, however, we want plain language to assure the
|
| Calculating text boxes | 11 Feb 2008 20:01 GMT | 2 |
I'm running a report on how to split up the fee for a band. Because all members of the band aren't equal (eg road crew work on a fixed fee) I have a code allocated to each member. Members
|
| Help With CheckBox | 11 Feb 2008 19:36 GMT | 3 |
My Project is in MS Access. In that I am using one form for Shipping Entry. In That I put One Check Box. Now If Shipping Address and Billing Address Are same than I click on
|
| Lookup | 11 Feb 2008 18:26 GMT | 2 |
I have a table "TblRates" Im want to make a calculation on my report based on this table. Example: The report total is $35000 I need it to look in the table and bring back
|
| Show Most Recent Information for each Problem Item for One Company | 11 Feb 2008 18:05 GMT | 7 |
My database has one table, tblPlanData, with Fields: CustID, ProbItemNo, CallDate, and CallNote (Memo). I would like to run a Report for One CustID that shows only the most recent CallNote for each ProbItemNo.
|
| Calculations within a report | 11 Feb 2008 17:52 GMT | 1 |
I have a database where I keep track of invoices. Some of the fields are: Vendor, Invoice #, Invoice Date, Service Period, Service Period End, and Amount. The Service Period is entered as 1/02/2008 (for example). I have created a report which includes all of this information. ...
|
| Why i can't filter this Report !!!!! | 11 Feb 2008 17:36 GMT | 3 |
each time i run the following code : Cond = "OwnerID =" & OwnID & " and " & "ID =" & TransID DoCmd.OpenReport stDocName, acPreview, , Cond it returns all the table records !!!!
|
| Create multiple reports using macros | 11 Feb 2008 16:41 GMT | 7 |
There is a report that I would like to run monthly for about 90 individuals and I want each individual to get their own report. Clearly, I don't want to run the report 90 times. I assume that I need a macro to do this, but have no experience writing macros.
|
| if no mailaddress, then use the house address | 11 Feb 2008 16:13 GMT | 2 |
I have a database with a table for customers and a related table with their different addresses. The addresses have a type field: a number that corresponds with a table addresstypes:
|
| Multiply a Count | 11 Feb 2008 15:31 GMT | 2 |
Is there a way to multiply a count with a dollar figure? I have done a count on a field with a text box (counting number of tickets). We have a $.75 surcharge per ticket and I would like to get a total dollar figure for this surcharge. Thanks.
|