I want to use dependant fields that are actually lookup IDs to other tables. Because dependant fields need to be in one table, I've created a view that includes the dependant fields. However, a limitation of MySQL is that underlying tables are not updated when a record in the view is updated. I understand there is a way I can edit the php code to that the underlying tables are updated. Can some one please point me in the right direction as to how this is done?