Hello!
I'm currently working on a a form which displays student's names with grades given at various times over the year. I want to populate a field within the grades table with the difference between the most current assessment and the previous assessment. I appreciate that this is not normally done, however I need to perform various averages with the Progress column later.
I have created an update query which finds an individual child, and then subtracts the previous assessment from the new assessment to get the difference. I inserted a button onto the continuous form, and everything works as expected - each button updates the row that it is on.
I would like, however, to be able to automate the update process, so rather than having to click on every button, on loading the form each button would run. Is this possible?
If you look at this and think it's very convoluted, I'd be more than happy to hear a simpler work around!
Cheers!
I'm currently working on a a form which displays student's names with grades given at various times over the year. I want to populate a field within the grades table with the difference between the most current assessment and the previous assessment. I appreciate that this is not normally done, however I need to perform various averages with the Progress column later.
I have created an update query which finds an individual child, and then subtracts the previous assessment from the new assessment to get the difference. I inserted a button onto the continuous form, and everything works as expected - each button updates the row that it is on.
I would like, however, to be able to automate the update process, so rather than having to click on every button, on loading the form each button would run. Is this possible?
If you look at this and think it's very convoluted, I'd be more than happy to hear a simpler work around!
Cheers!