E
Emanuel Violante
Hi everyone,
I have a database of all products in a continuous form, and each time i
select a record, the image of the selected product is shown on the form
header.
For that prupose I placed the following code In the OnCurrent event:
Me.ImgStock.Picture = "s:\pictures\" & Me.FOTO
What I was asked to do, is to create another continuous form, where 10
product lines would be visible, and on each record, a little image of the
product.
I tried simply to place the imgstock picture field, but all the 10 records
have the image of the selected record :S
Could anyone help me, please??????
Thanks in advance,
Sorry if my english isn''t correct, but I''m from Potugal
Emanuel Violante Galeano
I have a database of all products in a continuous form, and each time i
select a record, the image of the selected product is shown on the form
header.
For that prupose I placed the following code In the OnCurrent event:
Me.ImgStock.Picture = "s:\pictures\" & Me.FOTO
What I was asked to do, is to create another continuous form, where 10
product lines would be visible, and on each record, a little image of the
product.
I tried simply to place the imgstock picture field, but all the 10 records
have the image of the selected record :S
Could anyone help me, please??????
Thanks in advance,
Sorry if my english isn''t correct, but I''m from Potugal
Emanuel Violante Galeano