Hi friends,
I want to show an subform where in I would like to display images,txt,xlsx that are stored in a directory as icons which when clciked would open the respective files.
The info related to the images are stored in t_CustomerFiles.
Record ID, CustomerID, DestinationPath,EventFileName,
1, A, C:\Users\Test\Desktop\CustFiles, CustA1.jpg
2, A, C:\Users\Test\Desktop\CustFiles, CustA2.xlsx
3, B, C:\Users\Test\Desktop\CustFiles, CustB1.txt
4, C, C:\Users\Test\Desktop\CustFiles, CustC1.jpg
5, C, C:\Users\Test\Desktop\CustFiles, CustC2.jpg.
I would like to show them on a continusous sub form .. I am using image control by setting its control source property but it does not seem to work...
Do I need something else for the xlsx and txt files..
I want to show an subform where in I would like to display images,txt,xlsx that are stored in a directory as icons which when clciked would open the respective files.
The info related to the images are stored in t_CustomerFiles.
Record ID, CustomerID, DestinationPath,EventFileName,
1, A, C:\Users\Test\Desktop\CustFiles, CustA1.jpg
2, A, C:\Users\Test\Desktop\CustFiles, CustA2.xlsx
3, B, C:\Users\Test\Desktop\CustFiles, CustB1.txt
4, C, C:\Users\Test\Desktop\CustFiles, CustC1.jpg
5, C, C:\Users\Test\Desktop\CustFiles, CustC2.jpg.
I would like to show them on a continusous sub form .. I am using image control by setting its control source property but it does not seem to work...
Do I need something else for the xlsx and txt files..