Hi, I've seen many similar posts to this but nothing suggested seems to b working.
I have a form (frmSegments) with a sub form (sfrmSegments).
I update a field in the sfrmSegments and it triggers some code which does an insert (AddNew/Update) on the recordset.
I then want these new rows to display in the sub Form.
If I go to the next record (main form) and then back again, I see the new rows in the subform.
But the rows won't display otherwise.
I have tried combinations of the following to get the new row to display without success...
[Forms]![frmSegments].Requery
[Forms]![sfrmSegments].Requery
Me.Parent.Requery
Me.Parent.Repaint
Me.Requery
Me.Repaint
Cheers in advance!!