Multiple Forms on One page
VikasShNov 25 2009 — edited Nov 25 2009Hi,
I am trying to create multiple forms based on different tables on ONE page. But some how I get errors in the Automatic process (fetch,insert, and update) which gets created when you create a form.
The tables i am using have some common colomn_name but i when creating form i am not including those columns.
For eg. all my table have create_by,update_by column but i am not add these columns in the form as they are updated by the DB trigger.
Vikas