B
bobdydd
Hi Everybody
I am trying to be able to filter records by whether the date field
which is called "RiskDate" in the
recordset, is either:
1. Is Null
2. Not Null
The parameter in the query field RiskDate is:
Like "*" & [Forms]![frmCommissionContainer]![ComboRiskDate]
But I cannot figure what to put in ComboRiskDate to supply the
parameter at runtime.
Most grateful if anyone could help.
I am trying to be able to filter records by whether the date field
which is called "RiskDate" in the
recordset, is either:
1. Is Null
2. Not Null
The parameter in the query field RiskDate is:
Like "*" & [Forms]![frmCommissionContainer]![ComboRiskDate]
But I cannot figure what to put in ComboRiskDate to supply the
parameter at runtime.
Most grateful if anyone could help.