lsSQL = "INSERT INTO 5_Deficiency_Item ([ITEM_ID], " & _
"[Eval_Framework_Chart]) " & _
" VALUES('" & Me![InvisibleID1] & "',2)"
Madhuri
> I am having a problem with some lines of VB Code which are too long for one
> line position to hold. Is there some way to wrap the code down to the next
[quoted text clipped - 8 lines]
>
> Thanks!
jrtmax - 07 Jul 2005 19:50 GMT
Thank you Madhuri!!
> lsSQL = "INSERT INTO 5_Deficiency_Item ([ITEM_ID], " & _
> "[Eval_Framework_Chart]) " & _
[quoted text clipped - 14 lines]
> >
> > Thanks!
Alejandro - 12 Oct 2007 00:28 GMT
Hello Madhuri,
Does this trick only work after commas or parentheses? I tried it after
after the word "Or" in a conditional statement, and also while trying to
split the text of a message box to the next line, and it didn't work.
Thanks!
alepag
> lsSQL = "INSERT INTO 5_Deficiency_Item ([ITEM_ID], " & _
> "[Eval_Framework_Chart]) " & _
[quoted text clipped - 14 lines]
> >
> > Thanks!