Hi,
I've created a database and I am trying to query the table from a form. I want to see if a field IsNotNull if a chkbox is ticked.
In the query I have tried a number of variations including
[Forms]![frmSearch]![chkBOMREV=IsNotNull]
[Forms]![frmSearch]![chkBOMREV="IsNotNull"]
[Forms]![frmSearch]![chkBOMREV=(IsNotNull)]
but none appear to work...can anyone help?
I've created a database and I am trying to query the table from a form. I want to see if a field IsNotNull if a chkbox is ticked.
In the query I have tried a number of variations including
[Forms]![frmSearch]![chkBOMREV=IsNotNull]
[Forms]![frmSearch]![chkBOMREV="IsNotNull"]
[Forms]![frmSearch]![chkBOMREV=(IsNotNull)]
but none appear to work...can anyone help?