I have an existing database with one field with financial figures ($00,000).
How do I setup a query where I can find those fields where there are either no entries (null)? or $0.00 dollar entries?
I realize its an OR operator within that particular column but how are the figures expressed?
Thanks.
How do I setup a query where I can find those fields where there are either no entries (null)? or $0.00 dollar entries?
I realize its an OR operator within that particular column but how are the figures expressed?
Thanks.
Comment