Hi
I have an address database which i want my sales people to use. Each sales person has their own group of postcodes.
For example Harry looks after AB, DD, DG, G. and this is where the problem comes in........i have been writing the query as:
Like "ab*" Or Like "DD*" Or Like "DG*" Or Like "EH*" Or Like "FK*" Or Like "G*"
and when the query is run, it lists all the G prefixed postcodes, including GU and GL which are other sales persons postcodes. I would like the query not to have exclusions and it defeats the object of the query.
Please can someone help?
Thanks
Mark
I have an address database which i want my sales people to use. Each sales person has their own group of postcodes.
For example Harry looks after AB, DD, DG, G. and this is where the problem comes in........i have been writing the query as:
Like "ab*" Or Like "DD*" Or Like "DG*" Or Like "EH*" Or Like "FK*" Or Like "G*"
and when the query is run, it lists all the G prefixed postcodes, including GU and GL which are other sales persons postcodes. I would like the query not to have exclusions and it defeats the object of the query.
Please can someone help?
Thanks
Mark