D
Dave Townsend
I am trying to use restrict to find a set of contacts that have at least
one fax number specified and have a setting in a user defined property.
I have phrased my query like this:
[Userprop] = True and ([HomeFaxNumber] <> "" or [BusinessFaxNumber] <>
"" or [OtherFaxNumber] <> "")
Firstly I am assuming that I can use this kind of bracketed notation, I
haven't seen any examples of it anywhere but the restrict seems to succeed.
My problem is that the bit in the brackets doesn't seem to work. How
should I be checking that there is a number in a fax property?
Dave
one fax number specified and have a setting in a user defined property.
I have phrased my query like this:
[Userprop] = True and ([HomeFaxNumber] <> "" or [BusinessFaxNumber] <>
"" or [OtherFaxNumber] <> "")
Firstly I am assuming that I can use this kind of bracketed notation, I
haven't seen any examples of it anywhere but the restrict seems to succeed.
My problem is that the bit in the brackets doesn't seem to work. How
should I be checking that there is a number in a fax property?
Dave