Hi

An action on a form causes new records to get written which are displayed in a different form in the same db.

After performing the action I navigate to the second form where the records should be displayed and they are not visible. I have to force a system refresh by removing all filters (even though none are active) to make the records visible.

In the code that writes the records I do a me.refresh and have tried me.repaint and even a DoCmd repaintobject (I think that is it).

None of this works - the repaintobject cannot find the second form although it is specified and present in the db!

Any help would be great.

MG