L
Leo
Hi there,
Based on my main-form controls values, my sub-form shows the query result.
Now if Control1.value has certain values, then Control2.value must be left
Null on the main form, otherwise the query results in no record in sub-form.
Now the question is how I can turn a control's value to Null (without user's
manual input)?? Is there anyway at all??
I know that these are impossible;
Control2.Value = Null ' I can not assign Null value to variables
Control2.Value ="" ' it makes a zero lenght string (Not Null) which implies
for the
'query that something is there
Please help!
Based on my main-form controls values, my sub-form shows the query result.
Now if Control1.value has certain values, then Control2.value must be left
Null on the main form, otherwise the query results in no record in sub-form.
Now the question is how I can turn a control's value to Null (without user's
manual input)?? Is there anyway at all??
I know that these are impossible;
Control2.Value = Null ' I can not assign Null value to variables
Control2.Value ="" ' it makes a zero lenght string (Not Null) which implies
for the
'query that something is there
Please help!