B
Bingo
Second post...
I have a table of products (10k of them), and a column which contains
an elemental filename of a picture. In the Current event, I put the
following code. It works for a while. After 10 or 15 records, I get
"stack full." I'm using the standard "Image" object as pic1.
Is there something wrong with this? Is there something I should be
deleting/closing?
pic1.Picture = "d:\webs\catalog_images\big\" & Me![image file]
I have a table of products (10k of them), and a column which contains
an elemental filename of a picture. In the Current event, I put the
following code. It works for a while. After 10 or 15 records, I get
"stack full." I'm using the standard "Image" object as pic1.
Is there something wrong with this? Is there something I should be
deleting/closing?
pic1.Picture = "d:\webs\catalog_images\big\" & Me![image file]