If I am writing code, example:
DoCmd.OpenReport stDocName, acViewPreview, , "Country='" & strVal & "' AND ([FromDate] etc...
and wish to use more than 1 line for clarity, how do I end the line to be able to continue on the next?
How about actually USING the built in HELP? Many of the examples use line continuation and help actually cover the topic. It should be covered by any beginner's class on hte (programming) language!
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.