L
llamadave
I have working VBA code that displays an embedded jpg thumbnail image in a
form or report. For a Single Form I call the code on the "On Current" event
and the picture changes as I advance from one record to the next. However,
when I change to Continuous Forms, all the pictures on the form change to the
one for the record I am on. How can I make the images display separately for
each record? Somehow I need to trigger the code as the page is being built
rather than from an action by the user.
David
form or report. For a Single Form I call the code on the "On Current" event
and the picture changes as I advance from one record to the next. However,
when I change to Continuous Forms, all the pictures on the form change to the
one for the record I am on. How can I make the images display separately for
each record? Somehow I need to trigger the code as the page is being built
rather than from an action by the user.
David