Use the underscore character after a space as the line continuation
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11320
character.
Example:
MsgBox _
"Say what?", vbQuestion, _
"This is an example of line continuation code"
--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users -
http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"rml"
wrote in message
news:792E9335-C283-402C-8F80-300025792C4E@microsoft.com...
> I'm creating a button on a form which with combine several fields
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11320
> together.
> The code is getting very long and difficult to view by scrolling. How can
> I
> break the code to the next line and still work?
>
> Thanks.