I am trying to assign a value returned from a function to an unbound field on a report via VBA.
This code:
Me.Text78 = Report10d(SumDateFiled)
Returns:
"Can't assign value to this object."
Obviously, I have not done this before.
Any help would be greatly appreciated.
This code:
Me.Text78 = Report10d(SumDateFiled)
Returns:
"Can't assign value to this object."
Obviously, I have not done this before.
Any help would be greatly appreciated.