G
Guest
Hi,
How do I continue a line of Visual Basic code to the next line. I thought
placing an underscore at the end of the line did that but it is not working.
What am I missing?
DoCmd.ApplyFilter , "Charlie = 0 And George = 0 And Harry = 0_
And Janice = 0 And Cathy = 0 "
Thanks
How do I continue a line of Visual Basic code to the next line. I thought
placing an underscore at the end of the line did that but it is not working.
What am I missing?
DoCmd.ApplyFilter , "Charlie = 0 And George = 0 And Harry = 0_
And Janice = 0 And Cathy = 0 "
Thanks