Is there a way that I can say...
If Course_Expires? = Yes then Course_Expiry=IsRequired.
I've managed to get the DateExpiry field to enable/disable based on the Expires question?
If Me!Course_Expires.Value = True Then
Me!Course_Expiry.Enabled = True
If Course_Expires? = Yes then Course_Expiry=IsRequired.
I've managed to get the DateExpiry field to enable/disable based on the Expires question?
If Me!Course_Expires.Value = True Then
Me!Course_Expiry.Enabled = True