G
Guest
Hi.
I cant get this to work.
So I think I need some professional help here.
SELECT [3ExpPL].PL, [3ExpPL].Article, [3ExpPL].Size,
DLookUp("[4EAN]","[4EAN]","[ArticleNumber] = [Article]" And "[Size] =
[Size]") AS EAN
FROM 3ExpPL;
I´m supposed to get the EAN for each article/size (ofcourse different for
each article/size), but I only get the first value in the table EAN for all
records.
They are all Text.
Can anyone help me with this?
I'm not that super when it comes to querys, so......
BR
Claes
I cant get this to work.
So I think I need some professional help here.

SELECT [3ExpPL].PL, [3ExpPL].Article, [3ExpPL].Size,
DLookUp("[4EAN]","[4EAN]","[ArticleNumber] = [Article]" And "[Size] =
[Size]") AS EAN
FROM 3ExpPL;
I´m supposed to get the EAN for each article/size (ofcourse different for
each article/size), but I only get the first value in the table EAN for all
records.
They are all Text.
Can anyone help me with this?
I'm not that super when it comes to querys, so......
BR
Claes