G
GBA
the essence of my question is why does this statement in the form's
BeforeUpdate event:
me.field = Forms!MainForm.field
work if the form closes....but not work when the form changes record?
when I move to another record using a combobox in the header of the form it
throws the 3020 error.
I've made a work-around by putting a me.refresh into the OnEnter event of
the combo box inside an If Dirty statement......but I don't understand why I
am needing to do this....would welcome insight on this topic.....
BeforeUpdate event:
me.field = Forms!MainForm.field
work if the form closes....but not work when the form changes record?
when I move to another record using a combobox in the header of the form it
throws the 3020 error.
I've made a work-around by putting a me.refresh into the OnEnter event of
the combo box inside an If Dirty statement......but I don't understand why I
am needing to do this....would welcome insight on this topic.....