Suzanne27,
Some reasons NOT to use the look-up fields in tables:
1. When you are in the table/datasheet view, you may not see what is actually stored in the table, but some other value
2. The 'look-up' field will automatically create a relationship. It will create a new index. Depending on the size of the db, this may result in un-necessary bloat/work for Access.
3. Sorting may become difficult if you have nothing but the value, and not the data.
4. Tables are for data storage-not calculations, not look-ups.
IMHO, look-ups are best done by use of a query. Design it in the query once, that qry is now available ANY time you need to 'look-up'. The standard Leszynski, and Reddick Naming conventions even use the prefix, tlkp.... to be used to designate a table that stores data for use in look-up. The accepted standard for the query you design for look-ups is qlkp....... HTH, Montrose
Learn what you can and share what you know.