I hope someone can help me with this as my knowledge of access is very limited.
I want to write a query that will prompt the user to select a folder (navigation box would be great) and execute a query that will create a record in a temporary table for every file found. Each record will have the fields recordID, filename, and filepath. The recordID will be the filename without the extension.
After the temporary table is created add any new records to an existing table and update the filename and filepath of any records that already exist.
Thanks a lot for any help you can give.
I want to write a query that will prompt the user to select a folder (navigation box would be great) and execute a query that will create a record in a temporary table for every file found. Each record will have the fields recordID, filename, and filepath. The recordID will be the filename without the extension.
After the temporary table is created add any new records to an existing table and update the filename and filepath of any records that already exist.
Thanks a lot for any help you can give.