View previous topic :: View next topic |
Author |
Message |
tcurrier Intermediate
Joined: 10 Feb 2006 Posts: 188 Topics: 68
|
Posted: Sat Mar 25, 2006 4:46 pm Post subject: Continuing Lines in QMF ? |
|
|
I need to concatenate a few fields in a query, but the fields and concatenation operators won't all fit on one line. Is there a way to continue a line ? A comma apparently doesn't work....
Code: | select field1||field2||field3||
field4||field5||field6 <--Continued line |
Thanks for any help.... |
|
Back to top |
|
|
tcurrier Intermediate
Joined: 10 Feb 2006 Posts: 188 Topics: 68
|
Posted: Sat Mar 25, 2006 5:30 pm Post subject: |
|
|
Sorry... I figured it out.... I had an error that I thought was due to the lack of a continuation character.... Turns out that I don't need a continuation character at all ... |
|
Back to top |
|
|
|
|