I've got an subform whose datasource gets set dynamically based on values in search fields on a main form.
My problem is this..
The afterUpdate event on a textbox control in the subform does not always fire. I've reduce the code to a simple msgbox and still nothing... sometimes.
I've tried the OnLostFocus also and it behaves the same way. I also tried the onExit but that created other problems.
I've never seen anything like this before. Anyone else?
Any clues would be greatly appreciated.
My problem is this..
The afterUpdate event on a textbox control in the subform does not always fire. I've reduce the code to a simple msgbox and still nothing... sometimes.
I've tried the OnLostFocus also and it behaves the same way. I also tried the onExit but that created other problems.
I've never seen anything like this before. Anyone else?
Any clues would be greatly appreciated.