I am working on a file that has more data than I need.
It is a Parcel Data but I would like to extract Only the VACANT parcels and it seem to be the ones with a PO BOX under ADDRESS 3 column(just my assumption, correct me if I am wrong)... So my issue now is that I do not know how to Querry ONLY the parcels that have a POBOX because the POBOX have different numbers after BOX....
Do I do a field calculator and query
=
ADDRESS_3 = ' P O BOX *'
My question is, how do I get all PO BOX without having to put all numbers?
The data is attached.
Tks a lot