ok this is pretty sweet. Im having a little problem though
im doing this in form1:
Private Sub cboPurchaseOrder_NotInList(NewData As String, Response As Integer)
DoCmd.openForm "addPO", , , , , , NewData
End Sub
and this in addPO:
Private Sub Form_Load()
If Not IsNull(Me.OpenArgs) Then...