funderburgh
Registered User.
- Local time
- Today, 09:37
- Joined
- Jun 25, 2008
- Messages
- 118
I have a data entry form with a list box bound to a database field. I have an additional control on the form that opens a new form to add data to the bound field. If the user's choice is not in the list, they can add it to the database. When data is added, it does not instantly appear in the list box. I can see that the data is in the database, but a user has to exit the entry screen and re-enter to see the update. Is there a command to refresh the cache, or another approach to get the newly input data available to the form? Thanks