Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Hello i try to add a new record, but i want to write data in two different tables.First parts of fields of the add menu should be written in table1, second part of fields in table 2.How can i do this? I guess, with events (before add?), but i didn´t know the code for this.Punch
Punch,you need to add a record to second table manually using INSERT SQL statement then remove second table fields from $values array.Here is the sample code for Before record added event:
global $conn;