Output

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi:


I have a table like:

MI1 MI2 QTY
1007 1005 2

***
I would like the output, depending of qty:

1007 1005 1005; if the qty is 3 (it is changing), the output would be:

1007 1005 1005 1005, etc

How do I do that?

Thanks a lot,

Dan
 
D said:
Hi:


I have a table like:

MI1 MI2 QTY
1007 1005 2

***
I would like the output, depending of qty:

1007 1005 1005; if the qty is 3 (it is changing), the output would be:

1007 1005 1005 1005, etc

How do I do that?

Thanks a lot,

Dan
 
I sorry; the output should be, again depending on qty:

1007 1005
1007 1005

so, for each 1 record, output qty *records?

Sorry again and please let me know,

Dan
 
Back
Top