Not sure how I would post code so I'll try exlains what I need as best I can!
I have a Navigation form with a data entry form selected. So NAVFORM2 has a networkinfo form active.
The networlinfo form also has a subform called notes1 in continuous mode to show scrolling notes.
I have a command button on the networkinfo form to add new notes. ( This opens a new form addnote thats adds a note then closes)
Everything works fine but I'd like to refresh the notes section when I add a new note is added.
Can't quite figure out how to do it yet!
The only way to see the newly added note now is to click on the navigation panel to open the networkinfo form again!
Thanks
Pete
refresh or requery the subform after adding the record from the form or before closing the form "addnote"
you can also move focus to the subform by
docmd.browseto acbrowsetoform, "notes1","NAVFORM2.Navigat