Does anyone know if it possible to pass more than one variable using OpenArgs?
 
DoCmd.OpenForm "frmIncmngInpectLog", acNormal, , , acFormAdd, , Me.txtPackingSlip, Me.txtDateRecd, Me.cbPart
 
Is not working...
  ... unless I only use one argument. 
I need to pass all variables....
 
Thanks
 DoCmd.OpenForm "frmIncmngInpectLog", acNormal, , , acFormAdd, , Me.txtPackingSlip, Me.txtDateRecd, Me.cbPart
Is not working...
I need to pass all variables....
Thanks