Hi there,
I have a HUGE sql statement which I'm entering into a Module as follows:
docmd.runsql ("Select etc etc etc;")
The statement will not fit on one line so I'm trying to do the following:
docmd.runsql ("Select etc etc _
etc etc etc;")
However Access will not accept it
Can anyone help me get over this ?
Thanks in advance
I have a HUGE sql statement which I'm entering into a Module as follows:
docmd.runsql ("Select etc etc etc;")
The statement will not fit on one line so I'm trying to do the following:
docmd.runsql ("Select etc etc _
etc etc etc;")
However Access will not accept it
Can anyone help me get over this ?
Thanks in advance