J
Jonas
I am trying to change the required field property in for a field in an
existing table based on a value in a field in my form. I am using the
BeforeUpdate event.
Here is what I have so far:
tables!tblPayments!tblPaymentsDateWritten.Required = False
When the conditions are met, I get a message that says, "Runtime error
'424' Object Required." Can the Required property of the field be
altered from a form? If so, How can I do it?
existing table based on a value in a field in my form. I am using the
BeforeUpdate event.
Here is what I have so far:
tables!tblPayments!tblPaymentsDateWritten.Required = False
When the conditions are met, I get a message that says, "Runtime error
'424' Object Required." Can the Required property of the field be
altered from a form? If so, How can I do it?