I have an entry form with a display only subform both having the same Record Source. The fields on the main form are Unbound and loaded with VBA Statements in the LOAD from the calling form.
It appears to load perfectly and functions correctly until I click on the scrollbar when there are too many record for the screen. Then it appears to load the most recent record into the unbound fields.
I have tried putting debug statements into every possible function on the form, and forced a module into the LOAD on the subform. However, when I click on the scrollbar, it doesn't go to debug, but the Unbound fields change.
What actually happens when a ScrollBar is clicked?
It appears to load perfectly and functions correctly until I click on the scrollbar when there are too many record for the screen. Then it appears to load the most recent record into the unbound fields.
I have tried putting debug statements into every possible function on the form, and forced a module into the LOAD on the subform. However, when I click on the scrollbar, it doesn't go to debug, but the Unbound fields change.
What actually happens when a ScrollBar is clicked?