Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Dear all,In my example "Num" is field in my table. It's possible to increment the field when adding a new record like this:num01num02num03num04...Please help me!Thanks
If you use MySQL you can make this file AUTOINCREMENT. http://dev.mysql.com/doc/refman/5.0/en/example-auto-increment.htmlIf you need a bit more complicated calculation use BeforeAdd event to calculate the next number there.