A family of Microsoft relational database management systems designed for ease of use.
Hi John, I agree with Hans and xps. One of the principles of a relational database is that data exists in one place and one place only. There are couple of exemptions to this, but none apply to you own situation.
The control you are using for Description uses an expression as its control source. Therefore its not bound to a field in a table. That's why its not saving, But tht's the way it should work. You want to DISPLAY the related data, not store it in another table. When you want to report on it you use a query that joins your tables on the key field.