nat
|
| Posted: 05/12/2002, 9:01 PM |
|
how can i add/edit/delete several subjects to one curriculum?
i have two tables, one is curriculum table(curriculum_id,curriculum_name) and another is subject(sub_code,sub_name).what i need is to create a curriculum that contains several subjects by adding subjects in it.
|
|
|
 |
Nicole
|
| Posted: 05/13/2002, 6:04 AM |
|
Nat,
refer to following article (Updatable Grid): http://www.gotocode.com/art.asp?art_id=50&
And to Quiz example: http://www.gotocode.com/art.asp?art_id=147&art_content_...Article_Page=4&
It includes a kind of editable grid.
|
|
|
 |
nat
|
| Posted: 05/15/2002, 7:35 PM |
|
that'll do
but what i need is to add several subjects to curriculum at once
|
|
|
 |
|