image movement bnased on combo box

R

robbo

how can i make a different image appear for each record based on a combo box?

and how can i move a shape around this image based on the record chosen?
 
T

Tim Ferguson

How can I make a different image appear for each record based on a
combo box?

Use the OnChange event to update the Image property
And how can I move a shape around this image based on the record
chosen?

Use the OnCurrent event to update the Top and Left properties of the Shape
object.

Hope that helps


Tim F
 
Top