G
Guest
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
line without disturbing the logic of the code?
For example:
lsSQL = "INSERT INTO 5_Deficiency_Item ([ITEM_ID],[Eval_Framework_Chart])
VALUES('" & Me![InvisibleID1] & "',2)"
when I split the code like I did above, it shows as an error.
Thanks!
line position to hold. Is there some way to wrap the code down to the next
line without disturbing the logic of the code?
For example:
lsSQL = "INSERT INTO 5_Deficiency_Item ([ITEM_ID],[Eval_Framework_Chart])
VALUES('" & Me![InvisibleID1] & "',2)"
when I split the code like I did above, it shows as an error.
Thanks!