G
Guest
SELECT [D].[Pickup Date],
FROM [t], [Data 04] WHERE [t].[Site PN] LIKE (* [D].*);
I have two tables ... D has the same part in t (30) in
different forms (30, 030, 0030 etc). I would like to
choose all three parts from D for all the parts in t. How
would I do it without listing each part(I have 100's).
Thankyou
FROM [t], [Data 04] WHERE [t].[Site PN] LIKE (* [D].*);
I have two tables ... D has the same part in t (30) in
different forms (30, 030, 0030 etc). I would like to
choose all three parts from D for all the parts in t. How
would I do it without listing each part(I have 100's).
Thankyou