DO NOT USE LOOKUP FIELDS ON TABLES.
Use a query for the combos with ID, description. You store the iD, and show the description.
From a simple Google
Hi Gasman
Thank you for your reply.
Please, correct if I am wrong, but the query will be a rather static view of a combination of data, right?
I use tables as I do need to store each of the combinations and play with that changing and adapting combinations all the time.
i understand that when we put a query together, it will run and will creat some kind of snapshot of that combination which can not be dynamically modified but is rather static.
On this way, what would be the alternative ?
Cheers
Isac