Hi;
I am developing an application where I have in some page textfields generated
randomly depending on the number of students (it is a query, and while not
sqlEmp.not eof... generate textfields), the fields take the names:
std_email1,std_email2,...etc("std_email"&i).. each textfield is followed by a "save"
image, when the user type the email and click on the image, the email address he
typed is to be saved in the db..
How can perform this, i.e. updating the db just after he clicks the image??
Regards