I need to be able to generate the next number in a sequence (9001, 9002, 9003,... ) and return it to the user. I need to be able to get the number, then the next person who queries it, will get the next number. I'm not exactly sure how to do this. I originaly thought an identity would work, but with that, I can't really send the number back. Any suggestions? If this needs clarification, let me know. I don't think I'm being quite clear here...