954,568 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

newbie-How to multipe InputBoxes

HI,

I need to add multiple InputBoxes in my form. I'm stuck. I'm thinking I either need to add another sub or use Projects, add to project. I don't know. The book doesn't give you any instructions except how to add one iput box which wasn't a problem. Thanks for any help. Smarkles

smarkles
Newbie Poster
13 posts since Sep 2004
Reputation Points: 12
Solved Threads: 0
 

OK,I forgot to say I'm using VB.net

smarkles
Newbie Poster
13 posts since Sep 2004
Reputation Points: 12
Solved Threads: 0
 

Hi all,

I figure it out myself. I just put in a for loop.
Dim IntCount As Integer
For intCount = 1 To 3.
this makes the InputBox come up 3 times storing the values.Ok, well, thanks. Smarkles

smarkles
Newbie Poster
13 posts since Sep 2004
Reputation Points: 12
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You