Incremental Numbers in CF...
As I was developing an app for a client that included an online ordering system I found I had a need to increase the purchase order number by one once the order was validated and inserted into the db. I searched for a solution to easily incrementing the numbers and found very few ideas. So after some experimenting this is what I used.

Views:
9536