TravelingCat
Registered User.
- Local time
- Yesterday, 21:35
- Joined
- Feb 22, 2010
- Messages
- 42
Hi,
I'm checking whether the date entered on my form is friday or saturday, and if it is, a message pops out. But in addition to that, i want this field to empty, so the user can enter a correct date (that would be a working day).
I tried all these:
eventDueDate/eventDueDate.Value = "", nothing, null.... i get this error:
"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"
And yes, the code is sitting in the eventDueDate_beforeUpdate event.
What might be the solution for this?
Thanks
I'm checking whether the date entered on my form is friday or saturday, and if it is, a message pops out. But in addition to that, i want this field to empty, so the user can enter a correct date (that would be a working day).
I tried all these:
eventDueDate/eventDueDate.Value = "", nothing, null.... i get this error:
"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"
And yes, the code is sitting in the eventDueDate_beforeUpdate event.
What might be the solution for this?
Thanks