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
="\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