T
tcv
Ken,
You and I spoke some weeks ago about a query I was trying to create.
You wanted me to post the SQL statment. The original thread is here:
http://tinyurl.com/2phee
Here is the SQL statement you asked for:
SELECT NICKLABL1.[FIRST NAME], NICKLABL1.INITIAL, NICKLABL1.[LAST
NAME], NICKLABL1.ADDLINE1, NICKLABL1.ADDLINE2, NICKLABL1.CITY,
NICKLABL1.STATE, NICKLABL1.[ZIP OR POST], NICKLABL1.COUNTRY,
NICKLABL1.[COMPANY NAME]
FROM NICKLABL1
ORDER BY NICKLABL1.[ZIP OR POST], WHERE([INACTIVE]=True And
(<>"" And [EMAIL] Is Not Null)) Is Not Null;
You and I spoke some weeks ago about a query I was trying to create.
You wanted me to post the SQL statment. The original thread is here:
http://tinyurl.com/2phee
Here is the SQL statement you asked for:
SELECT NICKLABL1.[FIRST NAME], NICKLABL1.INITIAL, NICKLABL1.[LAST
NAME], NICKLABL1.ADDLINE1, NICKLABL1.ADDLINE2, NICKLABL1.CITY,
NICKLABL1.STATE, NICKLABL1.[ZIP OR POST], NICKLABL1.COUNTRY,
NICKLABL1.[COMPANY NAME]
FROM NICKLABL1
ORDER BY NICKLABL1.[ZIP OR POST], WHERE([INACTIVE]=True And
(<>"" And [EMAIL] Is Not Null)) Is Not Null;