Hello Covid-19 fighters
In my report I want to create a graphical representation showing a pointer that points to a multi-color bar according to one of the fields in my report for each record. I realized my report takes the value in the first record for pointer and uses the same value for all of the records in entire report.
I have a function that can calculate and assign a value to Me.myPointer.Top property so that my pointer is supposed to move in different locations (top to bottom) in each record dynamically.
Am I expecting something out of scope of Reports in MS Access?
In my report I want to create a graphical representation showing a pointer that points to a multi-color bar according to one of the fields in my report for each record. I realized my report takes the value in the first record for pointer and uses the same value for all of the records in entire report.
I have a function that can calculate and assign a value to Me.myPointer.Top property so that my pointer is supposed to move in different locations (top to bottom) in each record dynamically.
Am I expecting something out of scope of Reports in MS Access?