D
dch3
I'm now curious if there are any issues with using the .AddNew method of a
Form's record set as in...
[Forms]![frmTrailerActivityUnloadsWizard]![subfrmTrailerActivityUnloadsDetail].Form.Recordset.AddNew
Specifically, what should I be on the lookout for?
I'm using the statement as an alternative to DoCmd.GotoRecord as I'm
building a Wizard where the subform is on one page and the event that
triggers it will occur on another.
Form's record set as in...
[Forms]![frmTrailerActivityUnloadsWizard]![subfrmTrailerActivityUnloadsDetail].Form.Recordset.AddNew
Specifically, what should I be on the lookout for?
I'm using the statement as an alternative to DoCmd.GotoRecord as I'm
building a Wizard where the subform is on one page and the event that
triggers it will occur on another.