Hi!
I have a problem regarding on my data.see sample below:
In my table1 I have two fields:
PRODUCT# DESCRIPTION
A516 PRODUCT#1
A516 PRODUCT#2
B200 PRODUCT#3
B200 PRODUCT#4
Now, what I want to do is to tag the data with the same product#. (for report purposes only) Like this:
PRODUCT# DESCRIPTION TAG
A516 PRODUCT#1 1
A516 PRODUCT#2 1
B200 PRODUCT#3 2
B200 PRODUCT#4 2
Is this possible using For.. next loop?? or any suggestion that this data make possible.
Thank in advance.
I have a problem regarding on my data.see sample below:
In my table1 I have two fields:
PRODUCT# DESCRIPTION
A516 PRODUCT#1
A516 PRODUCT#2
B200 PRODUCT#3
B200 PRODUCT#4
Now, what I want to do is to tag the data with the same product#. (for report purposes only) Like this:
PRODUCT# DESCRIPTION TAG
A516 PRODUCT#1 1
A516 PRODUCT#2 1
B200 PRODUCT#3 2
B200 PRODUCT#4 2
Is this possible using For.. next loop?? or any suggestion that this data make possible.
Thank in advance.