Hi
I am developing a timesheet system and I want to keep a weekly total up to date when a user updates their timesheet the system keep a daily total up to date .
so a user updates their daily time for the task they have just completes. I then want the weekly total to be updated at the same time with the same data.
How can I achieve this with a Model Driven App ? I can do this very easily in a canvas app by having two patch statements, one for the daily total and one for the weekly total.
Updating two tables at the same time does not seem, to me, to be possible with Model Driven Apps.
Regards
Nigel