This topic is locked

is this possible?

6/8/2008 7:24:44 AM
PHPRunner General questions
E
echo author

sorry for the poor topic title, but couldn't think of alternative. firstly, i have table `boxes` which is read and displays ok with default select statement. what i need to do, is display boxes data to user, but when user adds a box, i need to enter into temp table for action before entering into `boxes` table. once the action table has been done, then insert data into `boxes` from the `action` table. hope that is clear. many thanks.

J
Jane 6/9/2008

Hi,
use Insert a record into another table action in the Before record added event on the Events tab for this purpose..

E
echo author 6/9/2008

thanks ever so much jane.