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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top