I have a query with the following fields: StockCode, Description, Supplier, SupCatalogueNum .
A stockcode can be purchased from more than one supplier. How do I number the suppliers from 1 to 5 on the same stock code
Exp: StockCode: 020-01250-0120016
Supplier: ALE003
Supplier: NJR001
Supplier: STA002
I need to add colum with Supplier No:
Supplier No
ALE003 1
NJR001 2
STA002 3
A stockcode can be purchased from more than one supplier. How do I number the suppliers from 1 to 5 on the same stock code
Exp: StockCode: 020-01250-0120016
Supplier: ALE003
Supplier: NJR001
Supplier: STA002
I need to add colum with Supplier No:
Supplier No
ALE003 1
NJR001 2
STA002 3
Comment