J
J.J.
Hi
I have little problem and need help. The problem is next:
in my query I have Manufactory_ID, Product_ID and Manufacture_Date.
i need to number the Manufacture_dates as they follow with regard to Manufactory_ID and Product_ID.
an example
Manufactor_ID: TERRA
Product_ID: PGT
M_Date: 12/06
NUMBER:1
Manufactor_ID: TERRA
Product_ID: PGT
M_Date: 14/08
NUMBER:2...etc,
but
Manufactor_ID: TERRA
Product_ID: NINA
M_Date: 12/06
NUMBER:1
and also duplicates (if they exist) doesn't need to count
Any sugestiones about the expression solving this problem?
many thanks
J.J.
I have little problem and need help. The problem is next:
in my query I have Manufactory_ID, Product_ID and Manufacture_Date.
i need to number the Manufacture_dates as they follow with regard to Manufactory_ID and Product_ID.
an example
Manufactor_ID: TERRA
Product_ID: PGT
M_Date: 12/06
NUMBER:1
Manufactor_ID: TERRA
Product_ID: PGT
M_Date: 14/08
NUMBER:2...etc,
but
Manufactor_ID: TERRA
Product_ID: NINA
M_Date: 12/06
NUMBER:1
and also duplicates (if they exist) doesn't need to count
Any sugestiones about the expression solving this problem?
many thanks
J.J.