Discussions

 View Only
  • 1.  Many to Many

    Posted 09-28-2021 14:56
    Not sure how to present this...

    I have a table called: PRODUCTION TASKS
    Table is related to: JOBS TABLE (this relationship is working fine)

    Now, I need to relate to: SUB PAYROLL TABLE and....
       then from SUB PAYROLL table, I need to access the [COMPLETED BY] field and make selection from the drop-down.
    I am unable to make selection if it is a LOOK UP field.

    Is there any way to make the [COMPLETED BY] field accessible to make my selection from drop-down...and it must relate back to the data in the SUB PAYROLL table
    _____________

    ALL OF THIS DATA NEEDS TO BE CONNECTED BY THE [JOB NUMBER] 
    Currently:  [JOB NUMBER] is the (reference proxy) in the JOBS:PRODUCTION TASKS table
    Currently:  [JOB NUMBER] is the (reference proxy) in the JOBS:SUB PAYROLL table

    ------------------------------
    BuildPro
    ------------------------------


  • 2.  RE: Many to Many

    Posted 09-29-2021 02:41
    Edited by Justin Torrence 10-02-2021 21:19

    @BuildPro

    This is the way I am understanding your schema:
    • Production Tasks can have many Jobs
    • Sub Payrolls can have many Jobs

    Let me know if I am missing something

    If your requirement is that the user may edit one of the Sub Payroll records related to a Job from the Jobs form, the solution can be quite easy.

    A way that you could do this is by adding a Report Link field in the Jobs table where Jobs: Related Sub Payroll matches the value in the field Sub Payroll: Record ID#.

    You could then add this report link to the form, choose the Display the related records directly on the form radio button, and check the Editable checkbox.

    Make sure that the report that the display is based upon has the Completed By field selected as one of the columns.

    The end result should be an embedded report of all related Jobs where you can select the Completed By drop down on any of those records. This solution is not perfect and there is a risk of the end user dealing with some strange errors, but this could work.



    If that is not the case and you need to edit the drop down from the Production Task form or a Report within the Job or Production Task table, the complexity of the problem expands a bit and you'll need a much more creative solution.



    ------------------------------
    Justin Torrence
    jtorrence@jaybirdtechnologies.com
    https://www.jaybirdtechnologies.com/#community-post
    ------------------------------