Thanks for the insight. I was unaware that the container even existed. I checked the name and it was different. I still have the subform display data from previous main form record.
- Private Sub Form_Current()
-
Call AutoFillNewRecord(Forms!Alert)
-
[Forms]![Alert]![AlertPersonnelSubform].Requery
-
End Sub
I have taken some screens of the form that depicts what is happening, as well as what I would like to happen. How do I post the images, if you think they might help?
Thanks