View Single Post
Go4Expert Member
21Feb2011,14:00  
apr pillai's Avatar
Create a UNION Query with the following sample SQL:

Code:
SELECT Table1.Field1 FROM Table1
UNION Table1.Field2 FROM Table1
UNION Table1.Field3 FROM Table1