How do you continue a line of conde onto the next line. I have a very long line of code, i would like to break it into a few lines. I am using the VB editor in Access 2003.
You would add an underscore to the end of the line then carry on to the next e.g. (I've not got a long line of code example handy so here's a short one ):
Code:
For _
i = 1 _
To 50
List0.AddItem i
Next i
Hope this helps
HarleyQuinn
---------------------------------
The most overlooked advantage to owning a computer is that if they foul up there's no law against wacking them around a little. - Joe Martin
Get the most out of Tek-Tips, read FAQ222-2244 before posting.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.