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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Automated Unique sequence Number 1

Status
Not open for further replies.

vino10

Programmer
Joined
Feb 8, 2004
Messages
30
Location
PH
Hi guys?
Question guys. does VFP have an automated generations of Unique sequence Number?
 
From Visual Foxpro 8 onwards, there is a new AutoInc field type that automatically increments to give a unique ID number to a record.

Create a new table / change the structure of an esixting table with a new field with the field type - Integer(Autoinc)

HTH


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top