Added: November/28/2006 at 11:32pm | IP Logged
|
|
|
Hi,
Just to make that i understood you 100%
If there is a field in the database that has the value of 10 and a user submits a value of 5 in order to add this value with the value in the field in the database, then after submitting that field will end up to have the value of 15 right??
if yes, then i dont think what you did in the last post works
use this instead:
Current.Fields.Item("attempts").Value = Current.Fields.Item("attempts").Value + request("THE_FIELD_NAME_IN_THE_FORM_THE_USER_WOULD_SUBMIT")
Hope this help.
If not, please let me know.
Best Regards
Firas S Assaad
__________________ Firas S Assaad (TheGeek)
firas489@gmail.com
0096892166434
http://firas-thegeek.blogspot.com
|