Using Microsoft Access to make IDs.

C

clyoung

I need help in making IDs with Access. I don't know where to start. Please
tell me how exactly can I make IDs with Access. I need to know the steps i
should take to make IDs on Access.
 
X

xRoachx

Please be little, no a lot, more specific.

What type of IDs?

What format?

What will the ID be used for?

Is the ID Unique?
 
R

Rick B

What do you mean "IDs"? You can create a numeric field in a table and enter
an employee ID number there, you could use an auto-number field. You could
write code to find the highest number and then add one to it.

What is your table structure? What range should your numbers be in? What
have you tried so far and why did it not work?
 
Top