G
Guest
Hello
I have a database that has unique numbers that relate to a certain device.
Each of these devices have subsequent digital photos.
I wish to create a form that lists all information about the devices, but
also provides a command button that views each individual photo
Now rather than populate a table that has a one to many link between the
device unique number and a file name/photo number, i wish to generate a
subform that lists the files that I have put in a subfolder that has the same
corresponding device numbers.
i.e. so I have a device PJ020, it has a folder in the database home
directory called PJ020, and the folder has three files.
I figure I will use the .filesearch object in the Office library, but I am
not sure how to get the information onto a form.
Would the best method be to use an ADO recordset then populate with the
filesearch information and then 'upload' the recordset into a form?
if not, what would be the best method??
I have a database that has unique numbers that relate to a certain device.
Each of these devices have subsequent digital photos.
I wish to create a form that lists all information about the devices, but
also provides a command button that views each individual photo
Now rather than populate a table that has a one to many link between the
device unique number and a file name/photo number, i wish to generate a
subform that lists the files that I have put in a subfolder that has the same
corresponding device numbers.
i.e. so I have a device PJ020, it has a folder in the database home
directory called PJ020, and the folder has three files.
I figure I will use the .filesearch object in the Office library, but I am
not sure how to get the information onto a form.
Would the best method be to use an ADO recordset then populate with the
filesearch information and then 'upload' the recordset into a form?
if not, what would be the best method??
