G
Guest
Hi.
Since I'm just a novice, I need some help with this.
In a query, I need to have a category on each article.
The Category is based on the size and code of the article.
I have
Article, Category, Size, Code
What I want, is to either leave Category blank, or to put Baby or Children
depending on what size it is.
If Code is Null, then Category should remain blank.
If Size is any of the following
62, 68, 74, 80, 86, 629, 749, 62/68, 74/80, 139, 169, 199
Then Category should be Baby.
Otherwise it should be Children.
I hope you understand what I mean.
Can anyone help me with this.
Take it easy when explaining.
BR
Claes
Since I'm just a novice, I need some help with this.
In a query, I need to have a category on each article.
The Category is based on the size and code of the article.
I have
Article, Category, Size, Code
What I want, is to either leave Category blank, or to put Baby or Children
depending on what size it is.
If Code is Null, then Category should remain blank.
If Size is any of the following
62, 68, 74, 80, 86, 629, 749, 62/68, 74/80, 139, 169, 199
Then Category should be Baby.
Otherwise it should be Children.
I hope you understand what I mean.
Can anyone help me with this.
Take it easy when explaining.

BR
Claes