Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Updating pictures based on Focus

Status
Not open for further replies.

ywenz

Programmer
May 29, 2003
21
0
0
US
Hi, I have a form that displays images. The Image control acquires the path of the image from a subform that displays the content of a table. The table is displayed using Textboxes so I'd like the picture to update based on the Focus Event(when the user clicks on the text box that displays the image path). Right now I'm using:

Me![ImageFrame].Picture = Me![FileName]

Where FileName is the text box name that contains the path to the image, but can I let the image update when different box is clicked on? thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top