0

Link to view

Hi. I have three tables; Table A (top level), Table B (reference from A and additional data), Table C (reference from B with more detaled data). Data from C is summarised in B, and data from B summarised in A. This works fine and I have created a view in C as this is the only way I have managed to list all records in C with B and A information. 
I would like to, somehow, show the view from C whilst in form A, because table C is hidden. Is there a way to do this? Or can anybody recommend a script for a button in A to open the view in C? (Although hidden, there is no problem with data entry in C because I open form from B)

2 replies

null
    • Choices_Software_Dean
    • 3 yrs ago
    • Reported - view

    Add a new view element to form A, with a formular property:

    select 'Table C'

    • Compleasy
    • silver_bee
    • 3 yrs ago
    • Reported - view

    Thanks, Dean. Much appreciared!

Content aside

  • 3 yrs agoLast active
  • 2Replies
  • 663Views