K
Kevin C Niven
I wonder if someone can help. Either I don't seem to be thinking very
logically this morning or I'm using incorrect syntax.
I currently have a query with two fields, tblfoo.foo and tblbar.bar.
I would like to create criteria such that:
When Forms!MyForm!chkBox is True, I want to show only those
records where tblbar.bar is Not Null.
When Forms!MyForm!chkBox is False, I want to show only those
records where tblfoo.foo is Not Null.
Could someone write the criteria (or a WHERE) so that the above
happens?
Many TIA!
Kevin
logically this morning or I'm using incorrect syntax.
I currently have a query with two fields, tblfoo.foo and tblbar.bar.
I would like to create criteria such that:
When Forms!MyForm!chkBox is True, I want to show only those
records where tblbar.bar is Not Null.
When Forms!MyForm!chkBox is False, I want to show only those
records where tblfoo.foo is Not Null.
Could someone write the criteria (or a WHERE) so that the above
happens?
Many TIA!
Kevin