Sorry I'm obviously being very obtuse tonight.
In Form 1, I have the following code:
Private Sub AddNewItemBtn_Click()
Dim CustomerInputID As Variant
CustomerInputID = Me.CustomerID
DoCmd.OpenForm "NewStockItemF", , , , acFormAdd, , CustomerInputID
End Sub
In FormA - New...