In my QC database I have a table of products, then a table of the production lots. Each product has multiple production lots. the lot numbers are text based on the date of the run and machine they were run on. For example lot number 130425M71 was run on the 04/25/13 on machine 7.
My QC techs will be using the database to enter QC data for multiple products and lots at the same time. I do not want the QC tech to have to reenter the lot number for each entry.
basically when the QC selects the product from the combobox, I want the most recent lot number entered for for THAT product. So if the QC tech selects PE-500, the most recent lot number for that product auto populates. if the other QC tech selects PE-900, the most recent lot number for THAT product autopopulates. The product table is related to the lot number table via one to many.
How can I accomplish this?
My QC techs will be using the database to enter QC data for multiple products and lots at the same time. I do not want the QC tech to have to reenter the lot number for each entry.
basically when the QC selects the product from the combobox, I want the most recent lot number entered for for THAT product. So if the QC tech selects PE-500, the most recent lot number for that product auto populates. if the other QC tech selects PE-900, the most recent lot number for THAT product autopopulates. The product table is related to the lot number table via one to many.
How can I accomplish this?