J
Julia Boswell
All, I've got a problem with some VBA failing. I've got an after update
event on a field on a continuous form that updates other fields based on
data entered. Two of the updated fields are date fields. One works fine, the
other one doesn't and I can't understand why. Here's the code:
Me.BoardMarried.Value = Date
Me.RecordCreated.Value = Date
The BoardMarried one is fine, the RecordCreated one just makes the form hang
and the field is not updated.
RecordCreated is the control name which is bound to a field of the same
name. I've tried removing the .Value and changing the control name, neither
of which work. Has anyone got any ideas on why this should be a problem?
Thanks in advance.
Julia
event on a field on a continuous form that updates other fields based on
data entered. Two of the updated fields are date fields. One works fine, the
other one doesn't and I can't understand why. Here's the code:
Me.BoardMarried.Value = Date
Me.RecordCreated.Value = Date
The BoardMarried one is fine, the RecordCreated one just makes the form hang
and the field is not updated.
RecordCreated is the control name which is bound to a field of the same
name. I've tried removing the .Value and changing the control name, neither
of which work. Has anyone got any ideas on why this should be a problem?
Thanks in advance.
Julia