How do I automatically update the contents of a table field, depending on what I'm importing into another field in the same table, using a compo-box?
I have two tables. One is called "Materials" (IDMaterial, MaterialName, MaterialCode) and the other is table "Use" (IDUse, Date, IDMaterial, MateriaslCode).
I want in Table Use, when I select Material from the compo-box (IDMaterial), to automatically appear in the next field, the corresponding MaterialCode, from the Materials table.
I emphasize that this is what I want to do ONLY ON THE TABLE and that I will only work on. THERE WILL BE NO FORMS.
Thank you.