How would I handle an incremental counter for a form submit saved to a CDO?
I've been banging my head against the wall over this for a couple days. I have a specific use case:
I have Form XYZ. On XYZ, Five people submit the form.
Roger, Sarah, Frank, Celes, Carrie
What I need is for Roger to be assigned the value number 1, Sarah the value number 2, and so on. The form submission, and the incremental number, would be saved in a CDO.
How would I do that? Is that even possible?
0