Store linked pictures in recordset

T

Tom

Hi

I'd like to store more than 1000 pictures as link in a microsoft access
recordset. I know how to do that manually with a form, but how to do it with
a loop command?

Many thanks in advance.

Tom
 
T

Tim Ferguson

I'd like to store more than 1000 pictures as link in a microsoft
access recordset. I know how to do that manually with a form, but how
to do it with a loop command?

For n = 1 to 1001
StorePicture GetPictureFileNameAndPath()

Next n


Tim F
 

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