Hi.
My form contains a control (cboFooBar), which has an underlying field
with the "Required" property set to "Yes". Now, while filling out all
the controls of the form, I have to fill out this particular (required)
control as well.
However further down the form, there is another control, which has to
(under certain conditions) to delete again the content of the (required)
control just filled out before (cboFooBar). This is done by code.
However here comes the problem ... I cannot use "Me!cboFooBar.V alue =
Null" since the "Required" property is set to "Yes". Access gives the
corresponding error message (logical!).
Now comes the question ... how can I delete a field, which has the
"Required" property set to "Yes".
TIA
--
Georges
My form contains a control (cboFooBar), which has an underlying field
with the "Required" property set to "Yes". Now, while filling out all
the controls of the form, I have to fill out this particular (required)
control as well.
However further down the form, there is another control, which has to
(under certain conditions) to delete again the content of the (required)
control just filled out before (cboFooBar). This is done by code.
However here comes the problem ... I cannot use "Me!cboFooBar.V alue =
Null" since the "Required" property is set to "Yes". Access gives the
corresponding error message (logical!).
Now comes the question ... how can I delete a field, which has the
"Required" property set to "Yes".
TIA
--
Georges
Comment