image movement bnased on combo box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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
 
Back
Top