I have a Purchase Order Database. The "Purchase Orders" form automatically makes the appropriate transaction in the "Inventory Transactions" form. (each of these forms are based on their respective tables)
From what I understand this is able to happen because of an Outer Join.
The problem I am having is that when I want to create an inventory transaction to reduce inventory it automatically creates a Purchase Order to correspond with that transaction. Which obviously doesn't make sense. This is what I mean by making it a "One Way" Relationship.
I just want the purchase orders to create transactions in "inventory transactions" and "inventory transactions" to NOT create a purchase order.
Is there a different type of relationship I should be using?
Any thoughts?