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!

Pictures on Continuous form

Status
Not open for further replies.

Aerowolf

Programmer
Nov 6, 2002
64
I've got a txtPicture field on a form which is set to:

="\IMAGES\" & [PART#] & ".JPG"

On this form I also have the field PART#, CATEGORY and PICTURE.

I'm wanting to use this form as a subform on another form. This subform will be filtered by CATEGORY from a combo box on the main form.

My question is, how can I display each proper picture in the subform if I want to show it as a continuous form?

Right now it shows the same picture for each record. I can't figure out an event I can use to change the picture for each record.

Thanks
Edwin
 
and make sure to note the huge difference between access 2007/2010 and prior versions.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top