Dynamic edit box????
-
hi i have a datbase and two tables one containig the master item and the other contains sub items foreach master item. i wannna make a form to select the master item, then pass it to another form to display its subitems to enter a value for each one the problem is that i wont only display data, but i want to enter a value for each subitem(cant use a datagrid and make the edit hyperlink button for each item it wont be user friendly and some masteritems contains more than 30 subitems, it will be a boring thing for the user) and the other problem is that all subitem of the selected master item should be displayed but only the sub items that i have entered a value for ,shall be saved in another table containing the master item, sub item, the value. heba :)