So I'm having this issue where I can successfully update a row but fail to retrieve one of its fields immediately after.
I have this piece of code in a module:
Private objMyDB As DAO.Database
Public Function myDb(Optional bolRefresh As Boolean = False) As DAO.Database...