I have a small database which is use for my small school. On my admission form, each student is assigned a "StudentID" which is of this format (VIP001, VIP002, VIP003 etc).
The problem is that at any time i have to type in the student Id and i have discovered that this causes ommissions like entering VIP012, when the next students comes, the last ID is forgotten and one might enter VIP014.
Is ther a way of having the next student id appear on the form automatically when the current entry is validated?
I will be vey grateful receiving help from you.