Hi all.
This may get a little confusing so I apologize in advance, but please bear with me.
I have a database where the main form (frmPlayerInfo) has a subform (subfrmPlayerContract) in single form view and has a button control to add new records. This subform has a subform (subfrmPlayerSalaries) which is also in single form and also has a button control to add new records. And, again bear with me, this subform has another subform (subfrmPlayerCareerSalaries) however this one is in datasheet view. So basically it's one form on top of another.
That being said, let's go to subfrmPlayerSalaries which has the datasheet subform. When I enter in data into subfrmPlayerSalaries, then hit the add record button, the datasheet subform does not update with the newly entered data from subfrmPlayerSalaries, however the data does get saved.
Any ideas is appreciated.