Archana jha
06-07-2003, 12:46 PM
In my ASP form,there are two fields named Designation Name and Department Name,having attached a combo. User can select data from the given combo. If the desired data is not available in the combo, then he can insert his data in the ‘Other mention’ textboxes, which are given below each combo. Here the two fields, Department name and Designation name are bound with two different tables named DEPARTMENT_MASTER and DESIGNATION_MASTER. Now the text entered in relevant textboxes should first be inserted in a temporary table and from there the administrator can update the master tables.
Temp table has fields table_name, field_name, field_value.
How can I add these data to the temp table. Please help.
Temp table has fields table_name, field_name, field_value.
How can I add these data to the temp table. Please help.