I am sending this from my phone so I am unable to post any screenshots etc. sorry.
I am trying to create an Inventory and sales database.
I have loosly used the Microsoft Northwind template as a guide.
I have a Sales form with a Sales Detail sub form.
The sales form creates a new record on the sales table (Fields - Sale ID, Customer ID, Sales Date) and the sub form creates a new record on the Sales Detail table (Fields - Sales Detail ID, Sale ID, Product ID, Quantity, Unit Price). This works fine.
I also need the Sales Date, Product ID and Quantity entered in the Inventory Transaction Table (Fields - Inventory Transaction ID, Transaction Date, Transaction Type ID, Product ID, Quantity).
I can set the default value for the Transaction Type ID to that required for a sale in the Inventory Transaction Table but I don't know how to get the other data into the table.
I am trying to create an Inventory and sales database.
I have loosly used the Microsoft Northwind template as a guide.
I have a Sales form with a Sales Detail sub form.
The sales form creates a new record on the sales table (Fields - Sale ID, Customer ID, Sales Date) and the sub form creates a new record on the Sales Detail table (Fields - Sales Detail ID, Sale ID, Product ID, Quantity, Unit Price). This works fine.
I also need the Sales Date, Product ID and Quantity entered in the Inventory Transaction Table (Fields - Inventory Transaction ID, Transaction Date, Transaction Type ID, Product ID, Quantity).
I can set the default value for the Transaction Type ID to that required for a sale in the Inventory Transaction Table but I don't know how to get the other data into the table.