Q
QB
I am using a controlès after update event to perform an update on a subformès
control.
I base the subform's date on the main form's control value + 6 weeks. I
have validated the calculation is working fine but the final step, updating
the subform is failing and generating an error 'The data has been changed'???
I am simply doing what I have done 100s of times before but for some reason
this time it is spitting out an error?
Me.subform.Form.control = dtNewDate
Anyone know what I have done wrong?
control.
I base the subform's date on the main form's control value + 6 weeks. I
have validated the calculation is working fine but the final step, updating
the subform is failing and generating an error 'The data has been changed'???
I am simply doing what I have done 100s of times before but for some reason
this time it is spitting out an error?
Me.subform.Form.control = dtNewDate
Anyone know what I have done wrong?