I would like to create a Table to check the number of items in stock by date and time.
■Order
└ Product Name (Link Table)
└ Unit
Date
■Production
Product Name (LInk Table)
└ Unit
└Date
At this time, the same Product name and Date are used in Order and Production.
Is it possible to display items that have the same product name and date in different tables?
Even just a link somewhere or a general idea would be very helpful.
Order
Production