Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: MoDiggity
  • Content: Threads
  • Order by date
  1. MoDiggity

    I need help refining a routine for printing multiple reports

    Objective: 1. I now have a total of eight 1 page reports: (RM_Page_1, RM_Page_2,RM_Page_3...etc) 2a. I want to be able to select a button to print all eight reports based on the current record appearing on my form. 2b. I also want to be able to filter all the records based on several...
  2. MoDiggity

    Printing Consectutive Reports

    I have 3 reports that I need to print before moving to the next record. The Reports are named RMSection1 (3 Pages), RMSection2(4 Pages) , & RMSection3 (1 page). I found some code from MS but I can't get it to work can anyone help? The following code example sounds exactly like what I need...
  3. MoDiggity

    Printing collated reports in Access

    I need what turns out to be an 8 page report for each record in my database. I created 3 reports in Access because the format I needed to replicate only allowed 3 pages to fit on the first report, 4 pages on the second report, and 1 page on the 3rd report. Is there a way to lengthen a report so...
  4. MoDiggity

    Removing Return Characters

    I have data that once extracted from comments, includes line returns. I can "Un-Wrap" but the resulting text then includes a CHAR (10) line return? I've tried to use Trim, Clean but neither has worked. I think it's a CHAR(10). Does anyone know how I can get rid of these pesky...
  5. MoDiggity

    Comparing data from two seperate fields to fill another

    I want to be able to automatically display one of four actions (ie. A-Accept, W-Watch, R-Resolve, M-Manage)in a textbox [FMRES] when scores 1-4 in two other textboxes [IMP] and [Prob] are entered. The Actions are based on a simple grid system PROB RESULTS 4...

Part and Inventory Search

Back
Top