I am building a database to track and balance incoming and outgoing orders of crops.
I have 3 tables right now.
"Products" is a list of products in the database
"Incoming_Orders" is a list of incoming orders with the following fields;
"Order#", "Supplier", "Order_Date", "Ship_Date"...