Can anyone help. I currently have a Subform (datasheet view) and i have three field summarizing the data,
=count("*"
=avg([turnaround])
=sum([turnaround])
Once the form has been refreshed, i reference the three fields within VBA and i assign the values to three variables. But whenever the event is started, the variables are always set to 0. If i put a break point in the code and F8 through it, it will assign the values correctly.
Any ideas?
=count("*"
=avg([turnaround])
=sum([turnaround])
Once the form has been refreshed, i reference the three fields within VBA and i assign the values to three variables. But whenever the event is started, the variables are always set to 0. If i put a break point in the code and F8 through it, it will assign the values correctly.
Any ideas?