I need to be able to capture the group count from a number field prior to saving a new document and if the number total is greater than 75 not allow the new doc to be saved and send a message. Currently it is held in a computed field with a dbcolumn lookup on the sum of number field. But, if a document is deleted then the sum does not change. I thought about script but not sure how to handle that on the web in the webquerysave. Any suggestions would be greatly appreciated.