i am lost. i cannot figure out how to make this work, because the dir= is not static but changes every time the form loads, and so, would appreciate help.
i have an access database 2003 (vb)
and one of the fields in the database contains the filepath for objects that are stored in various places (could be mp3, doc, pdf, xls - etc)on the drive.
i have a form that displays a record, including (among other things) the filepath, but not the objects/files found in the filepath folders
i would like to have the form load, and display a list of the objects/files found in the folder for the file path displayed on the active record - in a separate field but on the same form
i would like it to refresh if new objects/files have been added since the last view
i would like to be able to generate a report that shows the objects/files in the file path on the active form and that will update when new objects/files are added
if you need more information please get back to me.
i have an access database 2003 (vb)
and one of the fields in the database contains the filepath for objects that are stored in various places (could be mp3, doc, pdf, xls - etc)on the drive.
i have a form that displays a record, including (among other things) the filepath, but not the objects/files found in the filepath folders
i would like to have the form load, and display a list of the objects/files found in the folder for the file path displayed on the active record - in a separate field but on the same form
i would like it to refresh if new objects/files have been added since the last view
i would like to be able to generate a report that shows the objects/files in the file path on the active form and that will update when new objects/files are added
if you need more information please get back to me.
Comment