Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Microsoft Access > Union of Text C...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 4 Topic 30078 of 31576
Post > Topic >>

Union of Text Converting to Numbers

by jim <jimmorgan76@[EMAIL PROTECTED] > Apr 23, 2008 at 08:01 PM

Does anyone know why the query below would return numbers?  I'm
attempting to produce a re****t that shows in *one* column the names
that appear in multiple columns in a single table.

Table Name: project
col1 = project_id
col2 = manager
col3 = participant1
col4 = participant 2
col5 = participant 3

Query:

SELECT [project].[manager]
FROM [project];

UNION

SELECT [project].[participant1]
FROM [project];

UNION

SELECT [project].[participant2]
FROM [project];

UNION

SELECT [project].[participant3]
FROM [project];

Instead of a single column of names, I'm receiving numbers.  What's
really weird is that on first run, the query produced names.  On its
second run, however, the query started re****ting numbers only.


jim
 




 4 Posts in Topic:
Union of Text Converting to Numbers
jim <jimmorgan76@[EMAI  2008-04-23 20:01:48 
Re: Union of Text Converting to Numbers
Tom van Stiphout <no.s  2008-04-23 21:01:39 
Re: Union of Text Converting to Numbers
jim <jimmorgan76@[EMAI  2008-04-24 04:56:07 
Re: Union of Text Converting to Numbers
Tom van Stiphout <no.s  2008-04-24 21:17:08 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Wed Dec 3 1:35:31 CST 2008.