Hi,
First time on this forum, I really hope I'll get a reply!
Here is the situation:
I have a table with an ID, and a velocity value. I want to calculate for each ID the velocity value/the average of all the velocity values. This is very easy to do on excel but not on Acces!
The main problem is I would like this calculated value to change if I change a value in the velocity column.
I was thinking of doing an "update query" by adding a column in my table for the average and then dividing the velocity for each ID by the average. The problem is that in "update to" I would basically like to put = average of all velocities!
A bit confusing really...
First time on this forum, I really hope I'll get a reply!
Here is the situation:
I have a table with an ID, and a velocity value. I want to calculate for each ID the velocity value/the average of all the velocity values. This is very easy to do on excel but not on Acces!
The main problem is I would like this calculated value to change if I change a value in the velocity column.
I was thinking of doing an "update query" by adding a column in my table for the average and then dividing the velocity for each ID by the average. The problem is that in "update to" I would basically like to put = average of all velocities!
A bit confusing really...