generating unique IDs from criteria?

hi there

Registered User.
Local time
Today, 13:46
Joined
Sep 5, 2002
Messages
171
hello all,

i'm try to automate the task of assigning an unique ID based on selection criteria from a combo box. for example i have a combo box that list values: Ants, Bats, and Cats. what i would like to do is have the user select one of the values from the combo box and then access automatically assigns that record an unique ID (in sequential order) with an extension at the end of the ID that corresponds to the first letter of the value selected from the combo box. so for the 23rd ant record the ID would be: 023A. can anyone suggest some VBA code to do this and tell me where to place the code?

thanks everyone
 
You will find examples on how to do this by Searching for "Unique" using this forumns Search Feature.

Happy Hunting. :)
 
unique ID help

hi all,

i tried searching the forum using "unique" as my keyword, but i couldn't find an example directly related to this. could someone give me a little tutorial or suggest some sample code (and where to place this code) on how to do this.

thanks everyone
 

Users who are viewing this thread

Back
Top Bottom