Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
&
Message
From
16/12/1998 02:29:19
 
 
To
All
General information
Forum:
Visual Basic
Category:
Other
Title:
&
Miscellaneous
Thread ID:
00167929
Message ID:
00167929
Views:
60
I want to make simple in my program ....
Anybody can correct my program please ... ?
For mSize = 1 To 14
mstrsize = Right("0" + LTrim(Str(mSize)), 2) ' returns 01 - 14
mqty = "QTY" & mstrsize ' returns QTY01 - QTY14
mmSize = Qtylist.Recordset("'" & mqty & "'") ' the problem
msgbox mmSize ' to show one by one Qty from Qty01 - Qty14
Next mSize

Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform