How to Refresh an Image/picture

T

trekgoes2malaysia

I have an image on a subform that does not refresh when records are
changed on the main form (to which the subform is linked).

I am not sure how to refresh the image.picture control when the event
procedure running the code is on the form (not the subform). Can
anyone help me with the proper code. The bottom code does not work.

Forms![Track Session]![QVenue_subform]![Image14].Refresh

THanks in advance
Trek
 
R

ruralguy via AccessMonster.com

I would think you would load the image in the current event of the SubForm.

I have an image on a subform that does not refresh when records are
changed on the main form (to which the subform is linked).

I am not sure how to refresh the image.picture control when the event
procedure running the code is on the form (not the subform). Can
anyone help me with the proper code. The bottom code does not work.

Forms![Track Session]![QVenue_subform]![Image14].Refresh

THanks in advance
Trek
 
Top