D
Dave14117
I am passing a combo's NotInList NewData to another as follows:
DoCmd.OpenForm "frmCustomers", , , , acFormAdd, acDialog, _
NewData
In the NotInList Sub, NewData has data. In the Open event for frmCustomers,
OpenArgs is Null. Anyone have an idea why?
DoCmd.OpenForm "frmCustomers", , , , acFormAdd, acDialog, _
NewData
In the NotInList Sub, NewData has data. In the Open event for frmCustomers,
OpenArgs is Null. Anyone have an idea why?