I have a table called problems and a table called clients. I have created a relationship between these files. I am using a combo box in clients to access for quick entry problems from the problem table. The standard function in access seems to be to store the unique reference field relating back to the problem file. However, I want to store the actual problem. The reason is that when I later update or modify the problem list, I do not want it to change the client file problem field. How do I accomplish this? thanks.