J
Joey_83
Hi Everyone,
Is there a way to have multiple values in one cell that will pass into
a Microsoft Query.
What I'm trying to do is enter multiple numbers (4567, 1234) into cell
B3 (they won't be sequential so can use >,< etc.) and get the query to
run.
I've posted the SQL below for my query. Just wondering if this was
possible or not without having to purchase add ins.
SELECT VDN_Data.Date, VDN_Data.dvdnVDN, VDN_Data.`VDN Name`,
VDN_Data.`Inbound Calls`, VDN_Data.`ACD Calls`, VDN_Data.`Aban Calls`
FROM `TeamStatsv1`.VDN_Data VDN_Data
WHERE (VDN_Data.Date Between B1 And B2) AND (VDN_Data.dvdnVDN=B3?).
I've tried to use all kinds of delimiters but none seem to work, and
I've looked everywhere but can't seem to find any answers....
Any help would be greatly appreciated!
Is there a way to have multiple values in one cell that will pass into
a Microsoft Query.
What I'm trying to do is enter multiple numbers (4567, 1234) into cell
B3 (they won't be sequential so can use >,< etc.) and get the query to
run.
I've posted the SQL below for my query. Just wondering if this was
possible or not without having to purchase add ins.
SELECT VDN_Data.Date, VDN_Data.dvdnVDN, VDN_Data.`VDN Name`,
VDN_Data.`Inbound Calls`, VDN_Data.`ACD Calls`, VDN_Data.`Aban Calls`
FROM `TeamStatsv1`.VDN_Data VDN_Data
WHERE (VDN_Data.Date Between B1 And B2) AND (VDN_Data.dvdnVDN=B3?).
I've tried to use all kinds of delimiters but none seem to work, and
I've looked everywhere but can't seem to find any answers....
Any help would be greatly appreciated!