hwkong1688
Technical User
- Jun 5, 2010
- 6
How to write the vb6 code to automatically generate the number into database?
Example i want store the number 955117000001 into my database table 'barcode', after i click the command button. if i click the command button again will store the next number 955117000002 into database table 'barcode'.if i set the data type autonumber in Microsoft access is only can count on 1 digits number,I connect to my database using ADO.
Example i want store the number 955117000001 into my database table 'barcode', after i click the command button. if i click the command button again will store the next number 955117000002 into database table 'barcode'.if i set the data type autonumber in Microsoft access is only can count on 1 digits number,I connect to my database using ADO.