I would like to know how to transition from a subtable back to the main form. For example, Form A has a subtable B that is linked from Form B. I want to edit the records of this subtable B directly from Form B. Therefore, I think I need to set up a URL or button in subtable B. How can I achieve this?
What I want to achieve is for Form B to open in a separate tab when Subform B is clicked. I came up with the idea of generating a record URL in the auto-generated field set in Form B and displaying it in Subform B. However, when clicking on the URL, the login screen appears. Is there a better way to handle the transition so that the login screen does not appear?
You might consider using the Link and Load feature. After linking Subtable B to Sheet B, the Linked field of Subtable B would become a clickable link. When you click on this link, it will show the Form Page of Sheet B and allow you to view and open Sheet B.
Does this approach meet your needs?
Feel free to let me know if you have any further questions or if you can provide some specific details about your sheet design. This will help us better understand your requirements and determine the best method to achieve your goals.