You need to fix your table before proceeding.  
1.  'Date' is a reserved word and shouldn't be used for a field name.  Instead you should prefix it with what that data represents (InventoryDate,   SalesDate, etc.)
2.   For numeric data, you should store it as a numeric field type.  NoUnits, Loss, and TotalLoss should not be Short Text.  
3.  Use better names all around.  You've just accepted the generic prompts from Access for your object names--Table1, Query1, Form1, Report1.