im so desperate right now.. my dateline is just around the corner.. and im stuck at this sevral problem.. and please if anyone could help me out with this matter.. please help me so.. *wink

my problem is.. i tried to save data from different table.. i.e i have this table named coursedetails where i stored all the newly registerd courses. in a form named X let say. then, in Form Y, i wanted to add staff to that course that i just registerd in form X. in Form Y, i put all the courses details calling from the coursedetails table where each data will be displayed using the rs format (i.e <%=rs("coursecategory")%>). then in the same form Y, there is details that is needed to be entered by user like the staff data who will registered to that course. after keyin the particulars, i will save the data and instead i put it to coursedetails table(which is a temporary table to hold for new empty course, no data for staff details in this table), i wanted to save to staffdetails table, but the problem is it wont save. it work with saving data from same table to same table but not this one. how can i tackle this matter??
im so confused.. im using asp vbscript for this web system.

thank you.