Hi everyone,I’m working on a database to generate time sheet information for employees. From a calendar view, employees click on a date to create a document with the date, the hours they worked and the project they worked on. That part’s all going fine and I’ve created an action button to tally the hours of the week that I’m in. I’d like to automate that summary so that a running total for the wek you’re in could be shown as a computed text item or temp field on the page that holds the embedded calendar view. In other languages, I’m used to more events that I can add code to, e.g. afterdatechange or beforeupdate or afterupdate – any suggestions as to how I might catch the changing dates? Thanks.