hi, 
try this  . it will be work.
' begin of your code
..............
..............
ElseIf Request.Form("combutton") = "APPROVE" Then 
rs.addnew
rs.fields("deductedannual")=request.form("DeductedAnnual")
rs.update
..................
..................
 
here "rs" must be dynaset recordset. For Example you can specify like this
rs.open "select * from [your table name]", conn, adOpendynamic,adOpenPessimistic
 
good luck.  
 
 

   


                
---------------------------------
Do you Yahoo!?
Yahoo! Domains - Claim yours for only $14.70/year

[Non-text portions of this message have been removed]




------------------------ Yahoo! Groups Sponsor ---------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/saFolB/TM
---------------------------------------------------------------------~->

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
     http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
     [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
     http://docs.yahoo.com/info/terms/
 

Reply via email to