I have 2 forms, frmEvent and frmEventList. A user opens frmEvent to create an event and save it. The frmEventList shows a datasheet view of all events. Both forms can be open at the same time. What I wouldlike to occur is when a user creates a new event on frmEvent and saves it, then the frmEventList is dynamically updated. Currently you have to close frmEventList and reopen it to see the new Event in the list.
Please help. Thanks!