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

ID Number 2

Status
Not open for further replies.

Drofder2004

Technical User
Jan 3, 2005
10
GB
Hi
I need help making a Long Integer starting at 00001 going up(instead of starting at 1).

Is there a way of doing this without entering the Visual Basic coding?

Thanks for any help.
 
00001 is 1 is 00001. If you want to display 1 as 00001 then just turn it into a text field and add some leading zeros. You can still keep the underlying long integer as it is.

 
Hi,

Just enter 00000 in the format property of the id in the tables design view.

HTH,

M-.
 
I think you deserve a star there M. Not seen that before.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top