field population help

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
 
A

Allen Browne

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.
 
Top