Re: Qry not pulling bound column problem
- From: "John W. Vinson/MVP" <please.reply@xxxxxxxxxxxxxxxx>
- Date: Thu, 17 Apr 2008 19:24:52 -0600
"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:
- References:
- Qry not pulling bound column problem
- From: AJ
- Qry not pulling bound column problem
- Prev by Date: Re: How to create a rolling sum in a query
- Next by Date: Re: Access Run really Slow
- Previous by thread: Re: Qry not pulling bound column problem
- Next by thread: Re: Qry not pulling bound column problem
- Index(es):
Relevant Pages
|
Loading