J
|
Jane 4/29/2008 |
Hi, SELECT field1 + 'Field2 ' + Field3 + '/' + Field4 as [anotherfield] FROM TABLE1 |
E
|
enetsat author 4/29/2008 |
Hi, edit your SQL query on the Edit SQL query tab. Here is a sample:
|