S
Schwimms
HI,
I have created a Unioin query but I need some help to specify "Where". I
want it to join all of PICSSHIP GSP if the dates are greater then the max
date in the GSP HISTORY.
I have this so far:
SELECT ALL*
FROM [PICSSHIP GSP]
UNION ALL
SELECT ALL*
FROM [GSP HISTORY]
WHERE GSP Shipped Date [PICSSHIP GSP] > GSP Shipped Date [GSP HISTORY];
That where line doesn't work.
I have created a Unioin query but I need some help to specify "Where". I
want it to join all of PICSSHIP GSP if the dates are greater then the max
date in the GSP HISTORY.
I have this so far:
SELECT ALL*
FROM [PICSSHIP GSP]
UNION ALL
SELECT ALL*
FROM [GSP HISTORY]
WHERE GSP Shipped Date [PICSSHIP GSP] > GSP Shipped Date [GSP HISTORY];
That where line doesn't work.