Issue #1
Here is the SQL from the append query....
INSERT INTO tblPART_STATUS_HISTORY ( SerialNumber, TransactionDate, StatusId, PartInvId, PO_Number )
SELECT Forms!sbfPartsInventory_PS!SerialNumber AS Expr1, Forms!sbfPartsInventory_PS!Date AS Expr2, Forms!sbfPartsInventory_PS!StatusId AS Expr3...