hi rokslide, good day. Thank u for your reply. (=
its a bit off topic but just a little introduction about me, i learned simple programming here at dbforums with Sinddho and with his help i made a queing system through access and now were using it at the office. Am trying to update myself by reading, thats how i learned about
vb.And through a friends advise, i tried doing it by reading articles here at the net.Guess
vb is a bit complicated as i thought compared with ms access. (=
About my problem (ahhh, how can i explain this, hahahaha),you're right. its the giving of the number that is giving me a hard time. At first i thought i did it using this code, but its doing it a bit different with what i have in mind.
Dim startNumber As Integer
Dim endNumber As Integer
Dim i As Integer
startNumber = 1
endNumber = 4
For i = startNumber To endNumber
Msgbox i
Next i