I have a table called tblStudent & a matching form with the following fields:
idClass(Long), idSchool(String), rollNo(Long), barcode(String), fName(String), lName(String)
I would like to increment the field "rollNo" by 1 depending on a WHERE clause.
My problem is getting my form to work...