Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Write vb6 to build access tables (as per management)

Status
Not open for further replies.
Jul 7, 1999
101
US
If I want to make ...Integer, unique, and self adjusting&nbsp;&nbsp;when adding new records, what do I need in addition to...<br>Set dbentrynum = dbtabledef.Createfield(&quot;Entrynum&quot;,integer)<br>?????<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Thanks Tusconpapa
 
Just make your field an AutoNumber<br>Each time you add a new record it will increment by one.<br> <p>DougP<br><a href=mailto: dposton@universal1.com> dposton@universal1.com</a><br><a href= > </a><br> Ask me how Bar-codes can help you be more productive.
 
thanks doug,&nbsp;&nbsp;&nbsp;Could you demo an example !!&nbsp;&nbsp;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top