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 strongm 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: *

  1. MRYoung

    Creating an Array that is reset per change of group

    I think I was able to break through and finally fix the code this morning. Thank you for your willingness to help! below is the code just for reference. //////header\\\\\\\WHILEPRINTINGRECORDS; SHARED NUMBERVAR I:=1; /////details\\\\\\WHILEPRINTINGRECORDS; GLOBAL DATEVAR ARRAY STARTDATE...
  2. MRYoung

    Creating an Array that is reset per change of group

    Ladies, Gents I have been working on this problem for awhile now and cannot seem to crack it (I am a self-taught novice at this). I am trying to find the earliest start date that is classified as a labor step(L) within each group I have set up my code to build the array in the details...
  3. MRYoung

    Help Finding Data from a different line

    Here is a quick sample I made in Excel to illustrate the data in the tables. Please note that the tables do NOT have the "Parent Due Date" column, that is what I am trying to create with my report. I hope this clears up my dilemma. Thanks a lot!
  4. MRYoung

    Help Finding Data from a different line

    I linked the tables together, but I am still not quite sure how to select the record I want. Here is what I have: IF {JOB_HEADER.PARENT_WO}={JOB_HEADER_1.JOB} AND {JOB_HEADER.PARENT_SUFFIX_PARENT}={JOB_HEADER_1.SUFFIX} THEN {JOB_HEADER_1.DATE_DUE} ELSE "ERROR" This...
  5. MRYoung

    Help Finding Data from a different line

    The Parent and the Child Work Orders are on the same table. The only difference between the two are that children have the parent work order called out in a column (not the unique identifier column)
  6. MRYoung

    Help Finding Data from a different line

    Howdy, New user here, and I have a slight problem. I have a Work Order Records Table, with both parent and child work orders alike. The only parameter that determines if a Work Order is a child is an entry of a Work Order number in a Parent column. I want to write a code that would take...

Part and Inventory Search

Back
Top