Stack full using Picture

B

Bingo

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]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top