T
trekgoes2malaysia
I have an event procedure that runs from a list box control on a
form. Selecting from the list box changes the contents of other
controls in a viewable subform (textboxes, image). All the controls
in the subform change when I select a different item from the control
on my main form. The problem is that the image that shows with each
change is not the correct one. It always seems to be one image too
late! I have linked the image to a text contol that contains the
pathname where the image file is stored on the host computer . I have
used the After & Before update event procedures as well as the Change
one. All seem to produce the same problem. Any suggestions on how I
can correct this. My event procedure code is like...
Form Name! Subform name! Image control name.picture = Form Name!
Subform name! pathname control
form. Selecting from the list box changes the contents of other
controls in a viewable subform (textboxes, image). All the controls
in the subform change when I select a different item from the control
on my main form. The problem is that the image that shows with each
change is not the correct one. It always seems to be one image too
late! I have linked the image to a text contol that contains the
pathname where the image file is stored on the host computer . I have
used the After & Before update event procedures as well as the Change
one. All seem to produce the same problem. Any suggestions on how I
can correct this. My event procedure code is like...
Form Name! Subform name! Image control name.picture = Form Name!
Subform name! pathname control