I have a table that has an id into a lookup table.
I've figure out how to display the value from the lookup table rather than the id. Is it possible to insert new records using the lookup value rather than the id? E.g. table A has color_id
table B has color_id -> color_name Is it possible to create a view such that when I insert new records into
table A, I can pick from a drop-down with all the color names? Thanks for any help.