I am a very small manufacturer of cured meat products and started a database to store recipies and history of each batch I produced.
Time has evolved and the database has grown arms and legs.
In my recipe table I now have a field for shelf life for that particular product.
I have a product log table that contains the Recipe ID number.
What I would like to happen is that when I create a new record in the product log table and enter the recipe ID number the shelf life for that product is copied from the recipe table into the corresponding field in the product log table.
I have virtually zero skills at writing code.
Thanks
This will probably be the first in a number of "How do I ..." posts