A
Access WannaBe
I have a query that has two fields, [sales] and [value]. I want to exclude
records if both these fields are null. what is the best way?
I did create a field
filter: IIf(IsNull([Extended LCost]) And IsNull([Extended Sales]),0,1)
that yields what I want, but if I put criteria in for the field access
gives me a rude message that I've screwed something up.
Any help is appreciated very much,
Chad
records if both these fields are null. what is the best way?
I did create a field
filter: IIf(IsNull([Extended LCost]) And IsNull([Extended Sales]),0,1)
that yields what I want, but if I put criteria in for the field access
gives me a rude message that I've screwed something up.
Any help is appreciated very much,
Chad