I need to link to our database at work and update our customer shipping information (16,000 customers).
I have a list of zipcodes (570) I only want to pull customers with or without the zipcodes on the list. I've tried using IN and building a (temp) table but nothing seems to be working.
I would like to find out how to do this using query, or a SIMPLE way!! Being linked to the live database, always makes me nervous!
THANK YOU
I have a list of zipcodes (570) I only want to pull customers with or without the zipcodes on the list. I've tried using IN and building a (temp) table but nothing seems to be working.
I would like to find out how to do this using query, or a SIMPLE way!! Being linked to the live database, always makes me nervous!
THANK YOU
Comment