anibaldps Posted April 23, 2012 Report Share Posted April 23, 2012 Hi: How can i add records in more than one table using the same datapage? I cant do it by views because it only allows me to have one table as "modifyable". How can i have a datapage read from more than one table? PLease help!!! Anibal Quote Link to comment Share on other sites More sharing options...
HongTaiLang Posted April 24, 2012 Report Share Posted April 24, 2012 I think one DataPage can only has one source table. If you want to update or insert records through multiple tables, it needs to create the same number DataPages. Quote Link to comment Share on other sites More sharing options...
MayMusic Posted April 24, 2012 Report Share Posted April 24, 2012 You can pass the same values to next pages (based on other tables) and have them as the destination after submission the first page then auto submit other submission pages. Here is a auto submit code that can go to the footer of the page: function f_submit() { document.getElementById("caspioform").submit(); } window.onload = f_submit; Quote Link to comment Share on other sites More sharing options...
Kurumi Posted November 5, 2018 Report Share Posted November 5, 2018 Hi @anibaldps, When updating or inserting records through multiple tables. You may want to use Triggered Actions. Check this article for more information: https://howto.caspio.com/tables-and-views/triggered-actions/ I hope this helps! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.