Hello everyone,
I am trying to build a inventory ans pos systeme with Ms-Access as database and VB 6.0 programming. I got stuck in one place again. What I want to do is trying to print out the codes and price of the products. In this form, I have a Mshflexgrid where I have three (3) columns holding the code, price and quantity of the selected products. Just for example, like
> Code Price Quantity
79StABFComIFS52 $250.00 4
what I want now is, a report will generate with code and price and it will be 4 Pieces. Like
> 79StABFComIFS52 79StABFComIFS52 79StABFComIFS52 79StABFComIFS52
> $250.00 $250.00 $250.00 $250.00
I think I make it understandable. How it is possble ? I am very much inexperienced in programming so I have googled it but did not find anything satisfactory yet. Any kinds of help will be very much appreciated. Thanks in advance.
Silversurf