C
cp2599
I'm having problems identifying why sometimes dlookup works in one
procedure but doesn't work in another. I'm trying to populate an
unbounded textbox with a value based on the selected value from an
unbounded combo box. I'm performing the dlookup in the After Update
procedure of the unbounded combo box and am getting the 'cancelled
previous operation' error.
Could someone please explain the rules about what you can and can't do
in Before and After Update versus a command button or current
procedure or refer me to a book that will explain the rules.
I'm having a similar problems as to when I can reference an attribute
from another opened form / subform as well. Sometimes it will
recognize it (i.e. command button) and sometimes it won't After Update.
procedure but doesn't work in another. I'm trying to populate an
unbounded textbox with a value based on the selected value from an
unbounded combo box. I'm performing the dlookup in the After Update
procedure of the unbounded combo box and am getting the 'cancelled
previous operation' error.
Could someone please explain the rules about what you can and can't do
in Before and After Update versus a command button or current
procedure or refer me to a book that will explain the rules.
I'm having a similar problems as to when I can reference an attribute
from another opened form / subform as well. Sometimes it will
recognize it (i.e. command button) and sometimes it won't After Update.