V
vtj
What is the Visual Basic command to go to the next line? I have a If
statement (If TypeOf ctlCurr Is PageBreak Then nextline Else rst1!Width =
ctlCurr.Width) but obviously the nextline does not work. I just want it to
process the next line in the code. What is the proper command?
statement (If TypeOf ctlCurr Is PageBreak Then nextline Else rst1!Width =
ctlCurr.Width) but obviously the nextline does not work. I just want it to
process the next line in the code. What is the proper command?