I have a form where I had a field being reset to the original value if other criteria was not met. After a few updates were made to the database this code is no longer working. I am getting an "Operation is not supported for this type of object." error.
If I save the record upon entering the field, making my changes and saving again I do not get the error though.
I have linked it to the Me.TaskStatus.Value = Me.TaskStatus.OldValue in my code but have no idea why it worked before and no longer does.
Does anyone know how to get this to work again?
If I save the record upon entering the field, making my changes and saving again I do not get the error though.
I have linked it to the Me.TaskStatus.Value = Me.TaskStatus.OldValue in my code but have no idea why it worked before and no longer does.
Does anyone know how to get this to work again?