Hello Wayne.
Wayne Wengert wrote:
> Using Access 2003 I am trying to create a text field that uses Lookup
> with a set of hard coded selections but I cannot get it set up.
> The Lookup tab selections only list existing table names.
That's because you did not change the RowSourceType.
> How do I create a static list of optional values?
> The Help indicates you can do it but I can't find the "How".
Try the following:
Select the field you want to reate a lookup column for.
Select "Lookup wizard..." in the list of datatypes for that field.
Step through the wizard pages to create a static list.
After finishing the wizard, verify the results on the lookup tab.
Many experts (not me) advise not to use lookup fields at the table
level because in datasheet view you (in other cases) may see data that
isn't actually stored in the table you opened (you only store a key) but
that is stored in another table (the lookup table).
I don't have a problem with this, because users that might misinterpret
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=12060Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=12060
the data displayed in datasheet view must not use datasheets but forms
and reports in my databases. Once having configured lookup fields in
a table, it's easy to create such a control in a form or report by simply
dragging and dropping the field from the field list.
--
Regards,
Wolfgang