I am trying to create a form that shows Employee Name, Total Hours allocated, and a bar graph as:
boxgraph.width = [totalofhours]
calculated on form_Current
What I am getting is: the value for [totalofhours] is taken from the first record and all the boxes are shown as the same value.
How can I get the value for the box.width to be calculated for each record on the continuous form? (about 15).