I don't know if this is the wrong way to go about this or not, but here it goes.
In our Access database, I have figured out a way to have a certain material get received in access the day it was received with a lot code number. I then input daily production and have a form setup to pull the specific lot code of a product by an SQL query that looks up the Receiving Log table and pulls the lot code that I have selected under "CurrentLotCode" column.
Over the years this data has piled up. For a certain material (A box for example), I have 40 entries for it, each with a different lot code. Once we run out of a particular material, I then can select the new lot code number under Current Lot Code (Yes/No, checkmark) column.
I want to keep the history of shipments/receiving of material, but I want to be able to view a condensed table with less entries of each material and be able to select the CurrentLotCode from recent entries of a material.
Is there a way to produce a separate similar table that I can manually delete the ones that are old, but never delete entries out of the other one, so it will be used for history purposes.
Any suggestions will be helpful. Sorry for the lengthy question.
Thanks for the HELP!
In our Access database, I have figured out a way to have a certain material get received in access the day it was received with a lot code number. I then input daily production and have a form setup to pull the specific lot code of a product by an SQL query that looks up the Receiving Log table and pulls the lot code that I have selected under "CurrentLotCode" column.
Over the years this data has piled up. For a certain material (A box for example), I have 40 entries for it, each with a different lot code. Once we run out of a particular material, I then can select the new lot code number under Current Lot Code (Yes/No, checkmark) column.
I want to keep the history of shipments/receiving of material, but I want to be able to view a condensed table with less entries of each material and be able to select the CurrentLotCode from recent entries of a material.
Is there a way to produce a separate similar table that I can manually delete the ones that are old, but never delete entries out of the other one, so it will be used for history purposes.
Any suggestions will be helpful. Sorry for the lengthy question.
Thanks for the HELP!