Re: Qry not pulling bound column problem
- From: AJ <AJ@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 17 Apr 2008 18:47:02 -0700
I need the Union Qry... or so I think I do because... to use Jeanette's
example I am pulling...
select Tablex.fieldA,tablex.fieldB from Tablex
union
select tabley.fieldA,tableY.fieldB from TableY
to get 2 fields.
I do need to pull info from these 2 queries together for a report, if there
is a way to to that and not use the union query I am more than happy to learn
that. I just need the text too.
Thank you
"John W. Vinson/MVP" wrote:
.
"AJ" <AJ@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:FA8616B0-B2A7-4FD5-A328-957BE2FEED3A@xxxxxxxxxxxxxxxx
I have a qry where I pull records from a table. When I run this qry all is
fine, I get the bound column (1) returned which is the text I want not
the
primary key which is in column(0).
I do the same for another table... all is fine. Note these 2 were created
using the design view of Query... I'm not a programmer... just a chemist
trying to build a database.
Hi fellow chemist!
You're another victim of Microsoft's misfeature, the Lookup Wizard. Your
table and query APPEAR to contain the text... but they don't. The combo box
conceals the actual content of the table from view.
If you want to see the text, use a query joining your main table to the
lookup table and select the text from the lookup table (and, if you want to
see both the ID and the text, select the ID from either table). If you don't
want to see the text, just base the query on the main table, and use the
Lookup tab in the field properties of this field to change it from Combo Box
to Textbox, so you can see what is actually there. It is NOT necessary to
use a UNION query.
- Follow-Ups:
- Re: Qry not pulling bound column problem
- From: John W. Vinson/MVP
- Re: Qry not pulling bound column problem
- References:
- Qry not pulling bound column problem
- From: AJ
- Re: Qry not pulling bound column problem
- From: John W. Vinson/MVP
- Qry not pulling bound column problem
- Prev by Date: Re: Move back a month
- Next by Date: Query that returns entries of only the current week (or two)
- Previous by thread: Re: Qry not pulling bound column problem
- Next by thread: Re: Qry not pulling bound column problem
- Index(es):
Relevant Pages
|