K
Kou Vang
I want to populate a [DateEntered] field in a subform if I modify anything
for the record. I have the following code for the subform:
Me.DateEntered.value = Format(Now, "short date")
When I do this, the subform locks up, and I cannot navigate or do anything.
I have tried to refresh the form, getting the Runtime Error 2115:
The macro or function set to the BeforeUpdate or ValidationRule property
for this field is preventing Microsoft Access from saving the data in the
field.
I don't even have a BeforeUpdate event on my form. Any ideas? Thanks
Kou
for the record. I have the following code for the subform:
Me.DateEntered.value = Format(Now, "short date")
When I do this, the subform locks up, and I cannot navigate or do anything.
I have tried to refresh the form, getting the Runtime Error 2115:
The macro or function set to the BeforeUpdate or ValidationRule property
for this field is preventing Microsoft Access from saving the data in the
field.
I don't even have a BeforeUpdate event on my form. Any ideas? Thanks
Kou