solved problem

  1. S

    Question Problem with auto generating alphanumeric id

    i have a problem with generating a userID, can anyone please help me, or give me some pointer. If b = "add" Then Dim cmd2 As New Odbc.OdbcCommand("select user_id from user_tbl", Conn) 'For Primary Key Alpha Numeric ID Dim dr2 As Odbc.OdbcDataReader...
Back
Top