Thanks for all your previous help
My pages are based upon a view called play, when I edit a record I get this error
Error 256 The target table play of the UPDATE is not updatable
The error states there is an error in line 26 of the file
dbconnection.php
trigger_error(mysql_error(), E_USER_ERROR);
}
I also have a problem that when I select a record for editing, not all the data from that record is displayed.
Certain fields used on the Add page are using events to get their values. Others are dropdown boxes, dependant on other drop downs.
Is it possible to have one sort of display format in Add pages and another in Edit pages?