ngockieg
2007-05-24 14:07:57 UTC
I need to create a database of IDs for tracking purposes. Here is an example, UNICOL1001. The unique ID is composed of University Names (UNI), Colleges within the University (COL), department within the college (100), and class number (1).
So on excel I would create a worksheet with all the universities and their three-letter unique id. Then I would create another worksheet with all the colleges and their three-letter unique id and so on. Finally, I will have a "master" worksheet that will pull data from the other worksheet to create the ID (UNICOL1001).
So far so good right. My question is would it be possible to publish this to the web or intranet, so that other people in my group can get IDs generated for them by answering some questions.
Also, there needs for them to add new records to excel file.