Page 1 of 1

More than one table in forms

Posted: Sat Mar 16, 2024 12:30 pm
by morph
Hello @all

is it possible to write or read data from more than one table on one page?
My problem:
i have my tables in a mySql database. It is necessary that some values (for example events) are written in two different tables. On another page i want to read values from two different tables in one form.

I found no solution for my problem... Maybe anyone can help me?
tthanks :-)

Re: More than one table in forms

Posted: Sat Mar 16, 2024 12:52 pm
by Pablo
How are you reading / writing data to the tables?

Maybe you can display each table in an inline frame?

Re: More than one table in forms

Posted: Sat Mar 16, 2024 1:02 pm
by morph
I write data via a form into the tables. my problem is that i need values from two tables in one form and in another case i need to write values from one form in two tables...

Re: More than one table in forms

Posted: Sat Mar 16, 2024 1:08 pm
by Pablo
There is no standard solution for this, because this is very specific. So, this requires a custom script.

Re: More than one table in forms

Posted: Sat Mar 16, 2024 1:33 pm
by morph
Ok, thank you for fast answering...

Maybe there would be a script/extension in future? :-)

Re: More than one table in forms

Posted: Sat Mar 16, 2024 1:39 pm
by Pablo
This is a very specific so I am not sure if this will useful for a lot of users.