Your sample database has a few problems in table design.
1. Product Table
Product_Actual_ID PK set as Text - It is recommended that the PK be set as an Autonumber - LongInteger Datatype
Category field set as a Lookup - You should not use Lookup Fields in Tables
2. StockIn Table
StockIn field...