S
Silvio
Hello, I have a control that has a number in it (e.g. 5) I need to repeat a
task for the of time in my control. I guess it should be something like
Dim MyCounter as long
MyCounter = me.counter
Do while myCounter = 0
....do something
mycounter = mycounter -1
loop
Thak you,
Silvio
task for the of time in my control. I guess it should be something like
Dim MyCounter as long
MyCounter = me.counter
Do while myCounter = 0
....do something
mycounter = mycounter -1
loop
Thak you,
Silvio