Auto increment id with prefix letters in Visual Basic 6

Download
Download is available until [expire_date]
  • Version
  • Download 466
  • File Size 16.63 KB
  • File Count 1
  • Create Date April 28, 2016
  • Last Updated April 28, 2016

Auto increment id with prefix letters in Visual Basic 6

Auto increment id with prefix letters in Visual Basic 6

Auto number or auto increment is a data type or a function that automatically creates a value if a new record is inserted in the database.

This visual basic program will demonstrate on how to create a customize auto increment value with prefix letters.

In this program you can also change the prefix letters. The final result is the combination of prefix letters and the customized auto increment value.

The value is incremented by 1 every time a new record is saved in the database. The values of the prefix letters are also stored in the database.

Happy Programming

Post navigation

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.