R
Ruth
I have a database of products that we sell in a shop. Each product has a
unique four digit code known as a PLU. The PLU is assigned according to what
sort of product it is. For example Poultry Feed is assigned a code between
5000 and 5079, Game Feed between 5080 and 5099 and so on.
What I want to do is pull a report off to use as a price list to hand out to
all our salesmen. So, for example all 5000 codes are for Merchant Feed - so
I want to pull one price list off for this category. However within the
category I would like to have a list of products listed under their group
heading if possible e.g.
PRICE LIST FOR MERCHANT FEED
POULTRY FEED
5000 Layers Pellets £5.00
5001 Layers Meal £5.50
etc.
GAME FEED
5080 Pheasant Grower £7.00
5081 Pheasant Starter £7.50
etc.
I've worked out how to group by the first 1 or 2 digits in the PLU field,
but because my groups don't necessarily change every 100 or every 50 I cannot
see how to group by my own custom number grouping.
Has anyone any ideas?
unique four digit code known as a PLU. The PLU is assigned according to what
sort of product it is. For example Poultry Feed is assigned a code between
5000 and 5079, Game Feed between 5080 and 5099 and so on.
What I want to do is pull a report off to use as a price list to hand out to
all our salesmen. So, for example all 5000 codes are for Merchant Feed - so
I want to pull one price list off for this category. However within the
category I would like to have a list of products listed under their group
heading if possible e.g.
PRICE LIST FOR MERCHANT FEED
POULTRY FEED
5000 Layers Pellets £5.00
5001 Layers Meal £5.50
etc.
GAME FEED
5080 Pheasant Grower £7.00
5081 Pheasant Starter £7.50
etc.
I've worked out how to group by the first 1 or 2 digits in the PLU field,
but because my groups don't necessarily change every 100 or every 50 I cannot
see how to group by my own custom number grouping.
Has anyone any ideas?