Hi,
I am not very savvy with Lotus Designer yet, I'm just working my way around. I have this view created where I can filter by certain fields I have defined. The code is as followed:
SELECT (Form = "Contact") | (Form = "Person") & !RemoveDoc = "Yes" & COZip = "82601"
With that code, I can see just the 82601 documents in our database, but I want to be able to see like 82601, 82602, etc.etc in the same view. Can anyone help?
I am not very savvy with Lotus Designer yet, I'm just working my way around. I have this view created where I can filter by certain fields I have defined. The code is as followed:
SELECT (Form = "Contact") | (Form = "Person") & !RemoveDoc = "Yes" & COZip = "82601"
With that code, I can see just the 82601 documents in our database, but I want to be able to see like 82601, 82602, etc.etc in the same view. Can anyone help?