More than one table in forms

Issues related to forms.
Post Reply
morph
 
 
Posts: 8
Joined: Sat Mar 16, 2024 12:23 pm

More than one table in forms

Post 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 :-)
User avatar
Pablo
 
Posts: 22995
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: More than one table in forms

Post by Pablo »

How are you reading / writing data to the tables?

Maybe you can display each table in an inline frame?
morph
 
 
Posts: 8
Joined: Sat Mar 16, 2024 12:23 pm

Re: More than one table in forms

Post 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...
User avatar
Pablo
 
Posts: 22995
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: More than one table in forms

Post by Pablo »

There is no standard solution for this, because this is very specific. So, this requires a custom script.
morph
 
 
Posts: 8
Joined: Sat Mar 16, 2024 12:23 pm

Re: More than one table in forms

Post by morph »

Ok, thank you for fast answering...

Maybe there would be a script/extension in future? :-)
User avatar
Pablo
 
Posts: 22995
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: More than one table in forms

Post by Pablo »

This is a very specific so I am not sure if this will useful for a lot of users.
Post Reply