View Single Post
  #2  
Old November 15th, 2004, 11:48 PM
Joan Wild
external usenet poster
 
Posts: n/a
Default

el zorro wrote:
SO I've read a little thing that warns against using the
LOOKUP feature when designing tables. Apparently its not
good to assign values to a field based on values in
another table; better to just join the tables in a query
and get your values that way.

But what about using the VALUE LIST lookup option when
designing a table? This does not reference another table,
but you just type in the list of values from which you
want the user to select. For example, I might want to
limit data for a Status field to "Approved," "Pending."
and "Denied." SO rather than creating a separate table
for these 3 entries, I just type them in to the table
design, via the LOOKUP feature. Any harm in that?


I don't think so. It's just that it is quite rare to have a list of values
that will *never* change or be added to.

If you do then fine, but you have quite a bit of work to do if you want to
add 'Revoked' for example, later on.

--
Joan Wild
Microsoft Access MVP