Hello
I am working on a project that Skip has been great at helping with but I've hit a snag.
I am using MSQuery to pull two columns from one worksheet into another worksheet. I want when the initial column, 'referral', is not null but also not equal to March 31, 2009. The date in the query is showing in the format of 2009-04-16 00:00:00 because it is just date and no time.
My current SQL formula is:
select "09_10$".'Referral', "09_10$".'Asess' From "09_10$" "09_10$" Where ((('Referral') is not null and ('Referral') <> #3/31/2009#));
It works for blanks but not for where the field = #3/31/2009#. Please help - thanks!
Shelby
I am working on a project that Skip has been great at helping with but I've hit a snag.
I am using MSQuery to pull two columns from one worksheet into another worksheet. I want when the initial column, 'referral', is not null but also not equal to March 31, 2009. The date in the query is showing in the format of 2009-04-16 00:00:00 because it is just date and no time.
My current SQL formula is:
select "09_10$".'Referral', "09_10$".'Asess' From "09_10$" "09_10$" Where ((('Referral') is not null and ('Referral') <> #3/31/2009#));
It works for blanks but not for where the field = #3/31/2009#. Please help - thanks!
Shelby