field population help

  • Thread starter Thread starter Paul M
  • Start date Start date
P

Paul M

Hi
I have a folder with about 100 images. Is possible to have access create a
record from the file name for each image so that I can create a search on an
image or do I have to manually add the entries
Thanks
Paul M
 
Use Dir to get the names of the files in the folder.

OpenRecordset() into the table, and AddNew (with Update) to add a record for
each 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

Back
Top