Thanks for responding John,
I am little confused, do you mean that I can write an expression in a query
to get a drop down list to appear on my main table. And if so do I use the
DLookup function, I see others talking about it. How do I use it?
You should not be opening the Table datasheet for ANY purpose other
than debugging and design. Table datasheets are of *very* limited
functionality, and most developers keep them concealed from user view
entirely. Use a Form based on your table instead!
The Lookup Wizard makes it easier to use table datasheets... but at a
cost most serious Access folks consider too high. See
http://www.mvps.org/access/lookupfields.htm
for a critique.
The DLookUp function is often useful, but it is NOT what I was
suggesting. Instead, create a Query in the query design window. Add
your main table; add the Lookup Table which the lookup wizard created
for you. They'll both be in the tables area at the top of the query
design window, joined by a join line on the ID field. You can now
select the text field from the lookup table, and the other fields from
your main table, and sort by, search by, sum, display or otherwise use
all of the fields - INCLUDING the lookup field. The Lookup Wizard
isn't clever enough to do this, but you can easily do it yourself
without help from that inept entity! <g>
John W. Vinson[MVP]