I have a sequence variable in a table of my database and want to increment it everytime I add a transaction to a field in the table with the sequence. I am having a hard time trying to do this in 9.1C. In version 8 I did this in the local-assign by defining a buffer and looking up the last sequence number before incrementing it. Where do I do this in 9.1C?